blob: ace04c7a51e5418d0c0573b510f43467e1682291 [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
47 <org.omnirom.device.AppSelectListPreference
48 android:key="c_gesture_app"
49 android:title="@string/category_c_gesture"
50 android:persistent="false" />
51
52 <org.omnirom.device.AppSelectListPreference
53 android:key="e_gesture_app"
54 android:title="@string/category_e_gesture"
55 android:persistent="false" />
56
57 <org.omnirom.device.AppSelectListPreference
58 android:key="s_gesture_app"
59 android:title="@string/category_s_gesture"
60 android:persistent="false" />
61
62 <org.omnirom.device.AppSelectListPreference
63 android:key="v_gesture_app"
64 android:title="@string/category_v_gesture"
65 android:persistent="false"/>
66
67 <org.omnirom.device.AppSelectListPreference
68 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 </PreferenceCategory>
78
micky38754bf1022019-07-03 03:31:11 +020079</PreferenceScreen>