Patrick Lower | c8668b2 | 2015-05-11 16:14:17 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2015 The CyanogenMod Project |
Christopher R. Palmer | fcd3f34 | 2015-05-23 11:42:49 -0700 | [diff] [blame] | 4 | |
Patrick Lower | c8668b2 | 2015-05-11 16:14:17 -0400 | [diff] [blame] | 5 | Licensed under the Apache License, Version 2.0 (the "License" |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
Christopher R. Palmer | fcd3f34 | 2015-05-23 11:42:49 -0700 | [diff] [blame] | 8 | |
Patrick Lower | c8668b2 | 2015-05-11 16:14:17 -0400 | [diff] [blame] | 9 | http://www.apache.org/licenses/LICENSE-2.0 |
Christopher R. Palmer | fcd3f34 | 2015-05-23 11:42:49 -0700 | [diff] [blame] | 10 | |
Patrick Lower | c8668b2 | 2015-05-11 16:14:17 -0400 | [diff] [blame] | 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> |
| 18 | |
Christopher R. Palmer | fcd3f34 | 2015-05-23 11:42:49 -0700 | [diff] [blame] | 19 | <PreferenceCategory |
| 20 | android:key="ambient_display_key" |
Abhisek Devkota | f62a187 | 2016-11-23 18:13:45 -0800 | [diff] [blame] | 21 | android:title="@string/ambient_display_title"> |
Patrick Lower | c8668b2 | 2015-05-11 16:14:17 -0400 | [diff] [blame] | 22 | |
Arne Coucheron | 2f55336 | 2017-10-14 08:21:29 +0200 | [diff] [blame] | 23 | <lineageos.preference.SecureSettingSwitchPreference |
Zhao Wei Liew | b48065a | 2016-10-13 18:33:52 +0800 | [diff] [blame] | 24 | android:key="doze_enabled" |
Christopher R. Palmer | fcd3f34 | 2015-05-23 11:42:49 -0700 | [diff] [blame] | 25 | android:defaultValue="true" |
| 26 | android:title="@string/ambient_display_enable_title" |
| 27 | android:summary="@string/ambient_display_enable_summary" /> |
Patrick Lower | c8668b2 | 2015-05-11 16:14:17 -0400 | [diff] [blame] | 28 | |
Christopher R. Palmer | fcd3f34 | 2015-05-23 11:42:49 -0700 | [diff] [blame] | 29 | <SwitchPreference |
| 30 | android:key="gesture_hand_wave" |
| 31 | android:defaultValue="false" |
| 32 | android:title="@string/hand_wave_gesture_title" |
Zhao Wei Liew | b48065a | 2016-10-13 18:33:52 +0800 | [diff] [blame] | 33 | android:summary="@string/hand_wave_gesture_summary" |
| 34 | android:dependency="doze_enabled" /> |
Christopher R. Palmer | fcd3f34 | 2015-05-23 11:42:49 -0700 | [diff] [blame] | 35 | |
| 36 | <SwitchPreference |
| 37 | android:key="gesture_pocket" |
| 38 | android:defaultValue="false" |
| 39 | android:title="@string/pocket_gesture_title" |
Zhao Wei Liew | b48065a | 2016-10-13 18:33:52 +0800 | [diff] [blame] | 40 | android:summary="@string/pocket_gesture_summary" |
| 41 | android:dependency="doze_enabled" /> |
Christopher R. Palmer | fcd3f34 | 2015-05-23 11:42:49 -0700 | [diff] [blame] | 42 | </PreferenceCategory> |
| 43 | |
Dave Daynard | e798b62 | 2015-05-25 12:54:00 -0400 | [diff] [blame] | 44 | <PreferenceCategory |
| 45 | android:key="proximity_wake_key" |
Abhisek Devkota | f62a187 | 2016-11-23 18:13:45 -0800 | [diff] [blame] | 46 | android:title="@string/proximity_wake_title"> |
Dave Daynard | e798b62 | 2015-05-25 12:54:00 -0400 | [diff] [blame] | 47 | |
| 48 | <SwitchPreference |
| 49 | android:key="proximity_wake_enable" |
| 50 | android:defaultValue="false" |
| 51 | android:title="@string/proximity_wake_enable_title" |
| 52 | android:summary="@string/proximity_wake_enable_summary" /> |
| 53 | </PreferenceCategory> |
| 54 | |
Abhisek Devkota | f62a187 | 2016-11-23 18:13:45 -0800 | [diff] [blame] | 55 | </PreferenceScreen> |