aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 877a9b05a..a9b3439b7 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -168,16 +168,16 @@
android:summary="@string/pref_away_when_screen_off_summary"
android:title="@string/pref_away_when_screen_off" />
<CheckBoxPreference
- android:defaultValue="false"
+ android:defaultValue="@bool/dnd_on_silent_mode"
android:dependency="manually_change_presence"
- android:key="xa_on_silent_mode"
- android:summary="@string/pref_xa_on_silent_mode_summary"
- android:title="@string/pref_xa_on_silent_mode" />
+ android:key="dnd_on_silent_mode"
+ android:summary="@string/pref_dnd_on_silent_mode_summary"
+ android:title="@string/pref_dnd_on_silent_mode" />
<CheckBoxPreference
- android:defaultValue="false"
- android:dependency="xa_on_silent_mode"
+ android:defaultValue="@bool/treat_vibrate_as_silent"
+ android:dependency="dnd_on_silent_mode"
android:key="treat_vibrate_as_silent"
- android:summary="@string/pref_treat_vibrate_as_silent_summary"
+ android:summary="@string/pref_treat_vibrate_as_dnd_summary"
android:title="@string/pref_treat_vibrate_as_silent" />
</PreferenceScreen>
<!--Security-->