diff --git a/FAQ.md b/FAQ.md index 02a7dbf19d..d66baf5198 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/en/packages/io.github.leonidius20.recorder.lite/) 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/))~~ +* [Recording Studio Lite](https://f-droid.org/en/packages/io.github.leonidius20.recorder.lite/) 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 8ca2f7885d..66f703e664 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.