aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-02 21:34:52 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-02 21:34:52 +0200
commit3cd7a1124c78da4d44c7d6ccadc4d2e379323486 (patch)
treedde0ed13c0045d403d970459bcafb674fcd8025b /src
parent6dc20707321e8f3c0bbc2cfb253a241fc9e9688d (diff)
make 'record voice' as default quick action
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 8c0ca30cd..14e8fa2a3 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -21,7 +21,7 @@
android:summary="@string/pref_use_send_button_to_indicate_status_summary"
android:title="@string/pref_use_send_button_to_indicate_status" />
<ListPreference
- android:defaultValue="recent"
+ android:defaultValue="voice"
android:dialogTitle="@string/choose_quick_action"
android:entries="@array/quick_actions"
android:entryValues="@array/quick_action_values"