Vibrate in preferences is checked by default now, which is the way the actual behavior of the app is.

pull/14/head
Tim Su 14 years ago
parent 46d34d79e0
commit d14cc18539

@ -18,7 +18,8 @@
android:title="@string/rmd_EPr_persistent_title"/>
<CheckBoxPreference
android:key="@string/p_rmd_vibrate"
android:title="@string/rmd_EPr_vibrate_title"/>
android:title="@string/rmd_EPr_vibrate_title"
android:defaultValue="true" />
<CheckBoxPreference
android:key="@string/p_rmd_nagging"
android:title="@string/rmd_EPr_nagging_title"

Loading…
Cancel
Save