blob: 94684b1ae2d2cb359cf15cf064971f61e1e68ec2 [file] [log] [blame]
maxwenbcf02372017-08-30 16:13:10 +02001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The OmniROM Project
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16 -->
maxwenbcf02372017-08-30 16:13:10 +020017<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
maxwen0c7e4e22018-03-09 18:36:45 +010018 android:key="button_settings"
19 android:title="@string/button_settings_title" >
maxwenbcf02372017-08-30 16:13:10 +020020
21 <PreferenceCategory
maxwen58f71942017-08-31 14:37:41 +020022 android:key="button_volume_keys"
23 android:title="@string/button_volume_keys_title" >
24
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020025 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
maxwen58f71942017-08-31 14:37:41 +020026 android:key="swap_volume_buttons"
27 android:title="@string/swap_volume_buttons_title"
28 android:summary="@string/swap_volume_buttons_summary"
29 android:defaultValue="false" />
maxwen2e295d02017-09-17 03:21:08 +020030
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020031 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
maxwen2e295d02017-09-17 03:21:08 +020032 android:key="volume_button_force_media"
33 android:title="@string/volume_button_force_media_title"
34 android:summary="@string/volume_button_force_media_summary"
35 android:defaultValue="false" />
36
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020037 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
Marko Man148df282017-10-02 11:33:12 +020038 android:key="volume_button_wake"
maxwen2e217ee2017-09-23 14:18:04 +020039 android:title="@string/button_volume_wake_title"
40 android:summary="@string/button_volume_wake_summary"
Marko Man148df282017-10-02 11:33:12 +020041 android:disableDependentsState="true"
maxwen2e217ee2017-09-23 14:18:04 +020042 android:defaultValue="false" />
Marko Man148df282017-10-02 11:33:12 +020043
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020044 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
Marko Man148df282017-10-02 11:33:12 +020045 android:key="volume_button_music_control"
46 android:title="@string/volume_button_music_control_title"
47 android:summary="@string/volume_button_music_control_summary"
maxwen2b7b82b2017-10-20 13:55:11 +020048 android:dependency="volume_button_wake"
49 android:defaultValue="false" />
maxwen58f71942017-08-31 14:37:41 +020050 </PreferenceCategory>
51
52 <PreferenceCategory
maxwenc187b682017-09-22 01:12:32 +020053 android:key="button_keys"
54 android:title="@string/button_keys_title" >
55
56 <SwitchPreference
57 android:key="navigation_bar_show"
58 android:title="@string/navigation_bar_show_title"
59 android:summary="@string/navigation_bar_show_summary"
60 android:persistent="false" />
61 <SwitchPreference
62 android:key="hardware_keys_disable"
63 android:title="@string/hardware_keys_disable_title"
64 android:summary="@string/hardware_keys_disable_summary"
maxwenbf3020e2018-04-03 12:38:33 +020065 android:persistent="false" />
maxwen26ad3b02017-09-22 13:04:26 +020066 <Preference
67 android:key="button_brightness"
68 android:title="@string/button_backlight_title"
69 android:summary="@string/button_backlight_summary"
70 android:persistent="false"
71 android:fragment="org.omnirom.omnigears.ButtonBrightnessSettings" />
72
maxwenc187b682017-09-22 01:12:32 +020073 </PreferenceCategory>
74
75 <PreferenceCategory
maxwencc4b2ae2017-08-31 17:08:48 +020076 android:key="button_power"
77 android:title="@string/global_actions_power_title" >
maxwen2e295d02017-09-17 03:21:08 +020078
maxwencc4b2ae2017-08-31 17:08:48 +020079 <Preference
80 android:key="global_actions"
81 android:title="@string/global_actions_title"
82 android:summary="@string/global_actions_summary"
maxwencc4b2ae2017-08-31 17:08:48 +020083 android:fragment="org.omnirom.omnigears.interfacesettings.GlobalActionsSettings" />
maxwen197a9082018-04-16 16:40:46 +020084
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020085 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
maxwen197a9082018-04-16 16:40:46 +020086 android:key="long_press_power_torch"
87 android:title="@string/long_press_power_torch_title"
88 android:summary="@string/long_press_power_torch_summary"
89 android:defaultValue="false" />
90
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +020091 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
maxwen9b590b22018-05-04 23:32:00 +020092 android:key="system_proxi_check_enabled"
93 android:title="@string/system_proxi_check_enabled_title"
94 android:summary="@string/system_proxi_check_enabled_summary"
95 android:defaultValue="false"/>
96
maxwencc4b2ae2017-08-31 17:08:48 +020097 </PreferenceCategory>
98
99 <PreferenceCategory
maxwenbcf02372017-08-30 16:13:10 +0200100 android:key="button_other"
101 android:title="@string/button_other_title" >
maxwen58f71942017-08-31 14:37:41 +0200102
maxwenbcf02372017-08-30 16:13:10 +0200103 <ListPreference
104 android:key="navbar_recents_style"
105 android:title="@string/navbar_recents_style_title"
106 android:entries="@array/navbar_recents_style_entries"
107 android:entryValues="@array/navbar_recents_style_values"
108 android:persistent="false"/>
Marko Mana5397012016-10-21 12:49:53 +0200109
maxwenbcf02372017-08-30 16:13:10 +0200110 <ListPreference
111 android:key="long_press_recents_action"
112 android:title="@string/long_press_recents_action_title"
113 android:entries="@array/long_press_recents_action_entries"
114 android:entryValues="@array/long_press_recents_action_values"
115 android:persistent="false"/>
maxwencc4b2ae2017-08-31 17:08:48 +0200116 <ListPreference
117 android:key="long_press_home_action"
118 android:title="@string/long_press_home_action_title"
119 android:entries="@array/long_press_home_action_entries"
120 android:entryValues="@array/long_press_home_action_values"
121 android:persistent="false"/>
maxwen914df5f2018-01-03 01:16:10 +0100122 <ListPreference
123 android:key="double_press_home_action"
124 android:title="@string/double_press_home_action_title"
125 android:entries="@array/long_press_home_action_entries"
126 android:entryValues="@array/long_press_home_action_values"
127 android:persistent="false"/>
Marko Mana5397012016-10-21 12:49:53 +0200128
Juan Ezquerro LLanesefe2ebe2018-05-22 23:14:11 +0200129 <org.omnirom.omnilib.preference.SystemSettingSwitchPreference
Marko Mana5397012016-10-21 12:49:53 +0200130 android:key="button_back_kill_enable"
131 android:title="@string/button_back_kill_enable_title"
132 android:summary="@string/button_back_kill_enable_summary"
133 android:defaultValue="false"/>
134
135 <ListPreference
136 android:key="button_back_kill_timeout"
137 android:title="@string/button_back_kill_timeout_title"
138 android:entries="@array/button_back_kill_timeout_entries"
139 android:entryValues="@array/button_back_kill_timeout_values"
140 android:defaultValue="1500"
141 android:persistent="false"
142 android:dependency="button_back_kill_enable"/>
143
beanstown10649f26462017-09-23 16:33:19 +0800144 <SwitchPreference
145 android:key="fingerprint_success_vib"
146 android:title="@string/fprint_sucess_vib_title"
147 android:summary="@string/fprint_sucess_vib_summary"
148 android:persistent="false" />
149
maxwenbcf02372017-08-30 16:13:10 +0200150 </PreferenceCategory>
maxwencc4b2ae2017-08-31 17:08:48 +0200151
maxwenbcf02372017-08-30 16:13:10 +0200152</PreferenceScreen>