move sound notification preference

It's about robot games too now so move out of network into general prefs.
This commit is contained in:
Eric House 2016-08-02 11:30:33 -07:00
parent e1cac237ab
commit 98eeb60f24

View file

@ -232,6 +232,12 @@
android:defaultValue="false" android:defaultValue="false"
/> />
<CheckBoxPreference android:key="@string/key_notify_sound"
android:title="@string/notify_sound"
android:summary="@string/notify_other_summary"
android:defaultValue="true"
/>
<PreferenceScreen android:title="@string/disable_nags_title" <PreferenceScreen android:title="@string/disable_nags_title"
> >
@ -314,11 +320,6 @@
/> />
</PreferenceScreen> </PreferenceScreen>
<CheckBoxPreference android:key="@string/key_notify_sound"
android:title="@string/notify_sound"
android:summary="@string/notify_other_summary"
android:defaultValue="true"
/>
<CheckBoxPreference android:key="@string/key_notify_vibrate" <CheckBoxPreference android:key="@string/key_notify_vibrate"
android:title="@string/notify_vibrate" android:title="@string/notify_vibrate"
android:summary="@string/notify_other_summary" android:summary="@string/notify_other_summary"