diff options
Diffstat (limited to 'doze/res')
-rw-r--r-- | doze/res/xml/doze_settings.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doze/res/xml/doze_settings.xml b/doze/res/xml/doze_settings.xml index e00d61a..fe4fa0a 100644 --- a/doze/res/xml/doze_settings.xml +++ b/doze/res/xml/doze_settings.xml @@ -17,13 +17,6 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <SwitchPreference - android:key="always_on_display" - android:disableDependentsState="true" - android:title="@string/ambient_display_always_on_title" - android:summary="@string/ambient_display_always_on_summary" - android:persistent="false" /> - <PreferenceCategory android:key="tilt_sensor" android:title="@string/tilt_sensor_title"> |