Move completion sound preference

pull/1718/head
Alex Baker 3 years ago
parent 59e2c68f40
commit 8839be611d

@ -26,6 +26,11 @@
app:allowDividerAbove="true"
app:time_summary="@string/rmd_EPr_rmd_time_desc" />
<Preference
android:defaultValue="content://settings/system/notification_sound"
android:key="@string/p_completion_ringtone"
android:title="@string/completion_sound" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="@string/p_rmd_persistent"
@ -49,11 +54,6 @@
android:key="@string/p_rmd_ringtone"
android:title="@string/sound" />
<Preference
android:defaultValue="content://settings/system/notification_sound"
android:key="@string/p_completion_ringtone"
android:title="@string/completion_sound" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="@string/p_rmd_vibrate"

Loading…
Cancel
Save