blob: aa88399fc3b0c7bd90603c2a3fc64717fe7a245d [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
44 <PreferenceCategory
45 android:title="@string/offscreen_gesture_title">
46
47 <org.omnirom.device.AppSelectListPreference
micky387e7599942019-08-06 06:07:20 +020048 android:key="c_gesture_app"
49 android:title="@string/category_c_gesture"
micky38754bf1022019-07-03 03:31:11 +020050 android:persistent="false" />
51
52 <org.omnirom.device.AppSelectListPreference
micky387e7599942019-08-06 06:07:20 +020053 android:key="e_gesture_app"
54 android:title="@string/category_e_gesture"
micky38754bf1022019-07-03 03:31:11 +020055 android:persistent="false" />
56
57 <org.omnirom.device.AppSelectListPreference
micky387e7599942019-08-06 06:07:20 +020058 android:key="s_gesture_app"
59 android:title="@string/category_s_gesture"
micky38754bf1022019-07-03 03:31:11 +020060 android:persistent="false" />
61
62 <org.omnirom.device.AppSelectListPreference
micky387e7599942019-08-06 06:07:20 +020063 android:key="v_gesture_app"
64 android:title="@string/category_v_gesture"
micky38754bf1022019-07-03 03:31:11 +020065 android:persistent="false"/>
66
67 <org.omnirom.device.AppSelectListPreference
micky387e7599942019-08-06 06:07:20 +020068 android:key="w_gesture_app"
69 android:title="@string/category_w_gesture"
70 android:persistent="false"/>
71
72 <org.omnirom.device.AppSelectListPreference
73 android:key="z_gesture_app"
74 android:title="@string/category_z_gesture"
75 android:persistent="false"/>
76
77 <org.omnirom.device.AppSelectListPreference
78 android:key="up_gesture_app"
79 android:title="@string/category_up_swipe_gesture"
80 android:persistent="false" />
81
82 <org.omnirom.device.AppSelectListPreference
83 android:key="down_gesture_app"
micky38754bf1022019-07-03 03:31:11 +020084 android:title="@string/category_down_swipe_gesture"
85 android:persistent="false"/>
86
87 <org.omnirom.device.AppSelectListPreference
micky387e7599942019-08-06 06:07:20 +020088 android:key="left_gesture_app"
89 android:title="@string/category_left_arrow_gesture"
micky38754bf1022019-07-03 03:31:11 +020090 android:persistent="false"/>
91
92 <org.omnirom.device.AppSelectListPreference
micky387e7599942019-08-06 06:07:20 +020093 android:key="right_gesture_app"
94 android:title="@string/category_right_arrow_gesture"
micky38754bf1022019-07-03 03:31:11 +020095 android:persistent="false"/>
96
97 </PreferenceCategory>
98</PreferenceScreen>