aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-09 21:39:57 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-09 21:39:57 +0100
commitdb952297c516600547924aa6c9ebca53fd3bfea8 (patch)
tree8aae53991a44d1831a2d540ef96da4f499e178eb /src/main/res/xml/preferences.xml
parentb10b73caad1737cce836193414feeb8379b886e0 (diff)
integrate alternative codec for voice recorder via attachment settings
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index a17ef3ae2..8bc0d0372 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -251,6 +251,11 @@
android:key="video_compression"
android:summary="@string/pref_video_quality_summary"
android:title="@string/pref_video_quality" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/alternative_voice_settings"
+ android:key="alternative_voice_settings"
+ android:summary="@string/pref_alternative_voice_settings_summary"
+ android:title="@string/pref_alternative_voice_settings" />
</PreferenceScreen>
<!--status-->
<PreferenceScreen