diff options
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/xml/preferences.xml | 2 |
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" |