diff options
Diffstat (limited to 'doze/res')
-rw-r--r-- | doze/res/xml/doze_settings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doze/res/xml/doze_settings.xml b/doze/res/xml/doze_settings.xml index 005c6ae..f213a97 100644 --- a/doze/res/xml/doze_settings.xml +++ b/doze/res/xml/doze_settings.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2015 The CyanogenMod Project + 2018-2019 The LineageOS Project Licensed under the Apache License, Version 2.0 (the "License" you may not use this file except in compliance with the License. @@ -16,6 +17,13 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> + <SwitchPreference + android:key="always_on_display" + android:defaultValue="false" + android:disableDependentsState="true" + android:title="@string/ambient_display_always_on_title" + android:summary="@string/ambient_display_always_on_summary" /> + <PreferenceCategory android:key="tilt_sensor" android:title="@string/tilt_sensor_title"> |