From 464f33e91d5d22f04aeef59b7323463b08965083 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 22 Dec 2025 11:26:36 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 3 +++ index.html | 1 + 2 files changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 0f419d9b92..0e4b0e8131 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5128,6 +5128,9 @@ The following apps are open source cameras and audio recorders: * [Open Camera](https://play.google.com/store/apps/details?id=net.sourceforge.opencamera) ([F-Droid](https://f-droid.org/en/packages/net.sourceforge.opencamera/)) * [Audio Recorder version 3.3.24+](https://play.google.com/store/apps/details?id=com.github.axet.audiorecorder) ([F-Droid](https://f-droid.org/packages/com.github.axet.audiorecorder/)) +To take photos, the camera app needs to support [MediaStore.ACTION_IMAGE_CAPTURE](https://developer.android.com/media/camera/camera-intents#take_a_photo_with_a_camera_app). +Not all camera apps support this, unfortunately. + To record voice notes, etc, the audio recorder needs to support [MediaStore.Audio.Media.RECORD_SOUND_ACTION](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media#RECORD_SOUND_ACTION). Oddly, most audio recorders seem not to support this standard Android action. diff --git a/index.html b/index.html index be436d135d..0952976a4d 100644 --- a/index.html +++ b/index.html @@ -2615,6 +2615,7 @@ https://favicon.yandex.net/favicon/{domain}
  • Open Camera (F-Droid)
  • Audio Recorder version 3.3.24+ (F-Droid)
  • +

    To take photos, the camera app needs to support MediaStore.ACTION_IMAGE_CAPTURE. Not all camera apps support this, unfortunately.

    To record voice notes, etc, the audio recorder needs to support MediaStore.Audio.Media.RECORD_SOUND_ACTION. Oddly, most audio recorders seem not to support this standard Android action.


    (159) What are Disconnect’s tracker protection lists?