diff options
Diffstat (limited to 'res/xml/sound_settings.xml')
-rw-r--r-- | res/xml/sound_settings.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index 58750ee..af5df86 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -164,4 +164,26 @@ android:summary="@string/safe_headset_volume_summary" android:defaultValue="true" /> + <PreferenceCategory + android:title="@string/power_notifications_category_title"/> + + <CheckBoxPreference + android:key="power_notifications" + android:title="@string/power_notifications_enable_title" + android:defaultValue="false" + android:persistent="false" /> + + <CheckBoxPreference + android:key="power_notifications_vibrate" + android:title="@string/power_notifications_vibrate_title" + android:defaultValue="false" + android:dependency="power_notifications" + android:persistent="false" /> + + <Preference + android:key="power_notifications_ringtone" + android:title="@string/power_notifications_ringtone_title" + android:dependency="power_notifications" + android:persistent="false" /> + </PreferenceScreen> |