blob: 910ca5765d8b7b60d3a3b7f769d5cf8112a7c418 [file] [log] [blame]
micky38754bf1022019-07-03 03:31:11 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2017 The OmniROM Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
17
18 <SwitchPreference
19 android:key="proxi"
20 android:summary="@string/proxi_summary_head"
21 android:title="@string/proxi_title_head"
22 android:persistent="false"
23 android:defaultValue="true" />
24
25 <PreferenceCategory
26 android:title="@string/fp_gesture_title"
27 android:key="key_fp_gesture_category" >
28
29 <Preference
30 android:key="gesture_settings"
31 android:title="@string/fp_swipe_down_switch_title_head"
32 android:summary="@string/fp_swipe_down_switch_summary_head" >
33 <intent android:action="android.intent.action.MAIN"
34 android:targetPackage="com.android.settings"
35 android:targetClass="com.android.settings.Settings$SwipeToNotificationSuggestionActivity" />
36 </Preference>
37
38 <org.omnirom.device.AppSelectListPreference
39 android:key="fp_long_press_gesture_app"
40 android:title="@string/category_fp_long_press_gesture"
41 android:persistent="false"/>
42 </PreferenceCategory>
43
micky3876beade82019-08-26 22:40:34 +020044 <PreferenceCategory
45 android:title="@string/offscreen_gesture_title">
46
micky3876b30b8c2019-08-31 22:06:15 +020047 <SwitchPreference
48 android:key="swipeup"
49 android:title="@string/swipe_up_to_wake_up_title"
50 android:summary="@string/swipe_up_to_wake_up_summary"
51 android:persistent="false" />
52
micky3876beade82019-08-26 22:40:34 +020053 <org.omnirom.device.AppSelectListPreference
54 android:key="c_gesture_app"
55 android:title="@string/category_c_gesture"
56 android:persistent="false" />
57
58 <org.omnirom.device.AppSelectListPreference
59 android:key="e_gesture_app"
60 android:title="@string/category_e_gesture"
61 android:persistent="false" />
62
63 <org.omnirom.device.AppSelectListPreference
64 android:key="s_gesture_app"
65 android:title="@string/category_s_gesture"
66 android:persistent="false" />
67
68 <org.omnirom.device.AppSelectListPreference
69 android:key="v_gesture_app"
70 android:title="@string/category_v_gesture"
71 android:persistent="false"/>
72
73 <org.omnirom.device.AppSelectListPreference
74 android:key="w_gesture_app"
75 android:title="@string/category_w_gesture"
76 android:persistent="false"/>
77
78 <org.omnirom.device.AppSelectListPreference
79 android:key="z_gesture_app"
80 android:title="@string/category_z_gesture"
81 android:persistent="false"/>
82
83 </PreferenceCategory>
84
micky38754bf1022019-07-03 03:31:11 +020085</PreferenceScreen>