From 87054a255d0d7006bb3974b73330fdde2021a21f Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 16 Feb 2026 19:05:59 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 2e4d827768..02a7dbf19d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -4807,7 +4807,7 @@ This requires a compatible audio recorder app to be installed. In particular [this common intent](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html#RECORD_SOUND_ACTION) needs to be supported. -For example [this audio recorder](https://f-droid.org/app/com.github.axet.audiorecorder) is compatible. +~~For example [this audio recorder](https://f-droid.org/app/com.github.axet.audiorecorder) is compatible.~~ Voice notes will automatically be attached. @@ -5132,7 +5132,7 @@ To take photos and to record audio a camera and an audio recorder app are needed 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/)) +* ~~[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. diff --git a/index.html b/index.html index 5850c8099b..8ca2f7885d 100644 --- a/index.html +++ b/index.html @@ -2467,7 +2467,7 @@ $NotDisplayed

To record voice notes you can press this icon in the bottom action bar of the message composer:

Record image

This requires a compatible audio recorder app to be installed. In particular this common intent needs to be supported.

-

For example this audio recorder is compatible.

+

For example this audio recorder is compatible.

Voice notes will automatically be attached.


(145) How can I set a notification sound for an account, folder, sender or condition?

@@ -2619,7 +2619,7 @@ https://favicon.yandex.net/favicon/{domain}

To take photos and to record audio a camera and an audio recorder app are needed. The following apps are open source cameras and audio recorders:

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.