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" |
| 21 | android:title="@string/ambient_display_title" > |
Patrick Lower | c8668b2 | 2015-05-11 16:14:17 -0400 | [diff] [blame] | 22 | |
Christopher R. Palmer | fcd3f34 | 2015-05-23 11:42:49 -0700 | [diff] [blame^] | 23 | <SwitchPreference |
| 24 | android:key="ambient_display_enable" |
| 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" |
| 33 | android:summary="@string/hand_wave_gesture_summary" /> |
| 34 | |
| 35 | <SwitchPreference |
| 36 | android:key="gesture_pocket" |
| 37 | android:defaultValue="false" |
| 38 | android:title="@string/pocket_gesture_title" |
| 39 | android:summary="@string/pocket_gesture_summary" /> |
| 40 | </PreferenceCategory> |
| 41 | |
| 42 | </PreferenceScreen> |