maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 1 | <?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 | --> |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
maxwen | 0c7e4e2 | 2018-03-09 18:36:45 +0100 | [diff] [blame] | 18 | android:key="button_settings" |
| 19 | android:title="@string/button_settings_title" > |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 20 | |
| 21 | <PreferenceCategory |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 22 | android:key="button_volume_keys" |
| 23 | android:title="@string/button_volume_keys_title" > |
| 24 | |
Juan Ezquerro LLanes | efe2ebe | 2018-05-22 23:14:11 +0200 | [diff] [blame] | 25 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 26 | 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" /> |
maxwen | 2e295d0 | 2017-09-17 03:21:08 +0200 | [diff] [blame] | 30 | |
Juan Ezquerro LLanes | efe2ebe | 2018-05-22 23:14:11 +0200 | [diff] [blame] | 31 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
maxwen | 2e295d0 | 2017-09-17 03:21:08 +0200 | [diff] [blame] | 32 | 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 LLanes | efe2ebe | 2018-05-22 23:14:11 +0200 | [diff] [blame] | 37 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
Marko Man | 148df28 | 2017-10-02 11:33:12 +0200 | [diff] [blame] | 38 | android:key="volume_button_wake" |
maxwen | 2e217ee | 2017-09-23 14:18:04 +0200 | [diff] [blame] | 39 | android:title="@string/button_volume_wake_title" |
| 40 | android:summary="@string/button_volume_wake_summary" |
Marko Man | 148df28 | 2017-10-02 11:33:12 +0200 | [diff] [blame] | 41 | android:disableDependentsState="true" |
maxwen | 2e217ee | 2017-09-23 14:18:04 +0200 | [diff] [blame] | 42 | android:defaultValue="false" /> |
Marko Man | 148df28 | 2017-10-02 11:33:12 +0200 | [diff] [blame] | 43 | |
Juan Ezquerro LLanes | efe2ebe | 2018-05-22 23:14:11 +0200 | [diff] [blame] | 44 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
Marko Man | 148df28 | 2017-10-02 11:33:12 +0200 | [diff] [blame] | 45 | android:key="volume_button_music_control" |
| 46 | android:title="@string/volume_button_music_control_title" |
| 47 | android:summary="@string/volume_button_music_control_summary" |
maxwen | 2b7b82b | 2017-10-20 13:55:11 +0200 | [diff] [blame] | 48 | android:dependency="volume_button_wake" |
| 49 | android:defaultValue="false" /> |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 50 | </PreferenceCategory> |
| 51 | |
| 52 | <PreferenceCategory |
maxwen | c187b68 | 2017-09-22 01:12:32 +0200 | [diff] [blame] | 53 | 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" /> |
Vachounet | e0ec03f | 2018-07-21 21:09:54 +0200 | [diff] [blame^] | 61 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
| 62 | android:key="use_bottom_gesture_navigation" |
| 63 | android:title="@string/use_bottom_gesture_title" |
| 64 | android:summary="@string/use_bottom_gesture_summary" |
| 65 | android:defaultValue="false" /> |
maxwen | c187b68 | 2017-09-22 01:12:32 +0200 | [diff] [blame] | 66 | <SwitchPreference |
| 67 | android:key="hardware_keys_disable" |
| 68 | android:title="@string/hardware_keys_disable_title" |
| 69 | android:summary="@string/hardware_keys_disable_summary" |
maxwen | bf3020e | 2018-04-03 12:38:33 +0200 | [diff] [blame] | 70 | android:persistent="false" /> |
maxwen | 26ad3b0 | 2017-09-22 13:04:26 +0200 | [diff] [blame] | 71 | <Preference |
| 72 | android:key="button_brightness" |
| 73 | android:title="@string/button_backlight_title" |
| 74 | android:summary="@string/button_backlight_summary" |
| 75 | android:persistent="false" |
| 76 | android:fragment="org.omnirom.omnigears.ButtonBrightnessSettings" /> |
| 77 | |
maxwen | c187b68 | 2017-09-22 01:12:32 +0200 | [diff] [blame] | 78 | </PreferenceCategory> |
| 79 | |
| 80 | <PreferenceCategory |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 81 | android:key="button_power" |
| 82 | android:title="@string/global_actions_power_title" > |
maxwen | 2e295d0 | 2017-09-17 03:21:08 +0200 | [diff] [blame] | 83 | |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 84 | <Preference |
| 85 | android:key="global_actions" |
| 86 | android:title="@string/global_actions_title" |
| 87 | android:summary="@string/global_actions_summary" |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 88 | android:fragment="org.omnirom.omnigears.interfacesettings.GlobalActionsSettings" /> |
maxwen | 197a908 | 2018-04-16 16:40:46 +0200 | [diff] [blame] | 89 | |
Juan Ezquerro LLanes | efe2ebe | 2018-05-22 23:14:11 +0200 | [diff] [blame] | 90 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
maxwen | 197a908 | 2018-04-16 16:40:46 +0200 | [diff] [blame] | 91 | android:key="long_press_power_torch" |
| 92 | android:title="@string/long_press_power_torch_title" |
| 93 | android:summary="@string/long_press_power_torch_summary" |
| 94 | android:defaultValue="false" /> |
| 95 | |
Juan Ezquerro LLanes | efe2ebe | 2018-05-22 23:14:11 +0200 | [diff] [blame] | 96 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
maxwen | 9b590b2 | 2018-05-04 23:32:00 +0200 | [diff] [blame] | 97 | android:key="system_proxi_check_enabled" |
| 98 | android:title="@string/system_proxi_check_enabled_title" |
| 99 | android:summary="@string/system_proxi_check_enabled_summary" |
| 100 | android:defaultValue="false"/> |
| 101 | |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 102 | </PreferenceCategory> |
| 103 | |
| 104 | <PreferenceCategory |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 105 | android:key="button_other" |
| 106 | android:title="@string/button_other_title" > |
maxwen | 58f7194 | 2017-08-31 14:37:41 +0200 | [diff] [blame] | 107 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 108 | <ListPreference |
| 109 | android:key="navbar_recents_style" |
| 110 | android:title="@string/navbar_recents_style_title" |
| 111 | android:entries="@array/navbar_recents_style_entries" |
| 112 | android:entryValues="@array/navbar_recents_style_values" |
| 113 | android:persistent="false"/> |
Marko Man | a539701 | 2016-10-21 12:49:53 +0200 | [diff] [blame] | 114 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 115 | <ListPreference |
| 116 | android:key="long_press_recents_action" |
| 117 | android:title="@string/long_press_recents_action_title" |
| 118 | android:entries="@array/long_press_recents_action_entries" |
| 119 | android:entryValues="@array/long_press_recents_action_values" |
| 120 | android:persistent="false"/> |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 121 | <ListPreference |
| 122 | android:key="long_press_home_action" |
| 123 | android:title="@string/long_press_home_action_title" |
| 124 | android:entries="@array/long_press_home_action_entries" |
| 125 | android:entryValues="@array/long_press_home_action_values" |
| 126 | android:persistent="false"/> |
maxwen | 914df5f | 2018-01-03 01:16:10 +0100 | [diff] [blame] | 127 | <ListPreference |
| 128 | android:key="double_press_home_action" |
| 129 | android:title="@string/double_press_home_action_title" |
| 130 | android:entries="@array/long_press_home_action_entries" |
| 131 | android:entryValues="@array/long_press_home_action_values" |
| 132 | android:persistent="false"/> |
Marko Man | a539701 | 2016-10-21 12:49:53 +0200 | [diff] [blame] | 133 | |
Juan Ezquerro LLanes | efe2ebe | 2018-05-22 23:14:11 +0200 | [diff] [blame] | 134 | <org.omnirom.omnilib.preference.SystemSettingSwitchPreference |
Marko Man | a539701 | 2016-10-21 12:49:53 +0200 | [diff] [blame] | 135 | android:key="button_back_kill_enable" |
| 136 | android:title="@string/button_back_kill_enable_title" |
| 137 | android:summary="@string/button_back_kill_enable_summary" |
| 138 | android:defaultValue="false"/> |
| 139 | |
| 140 | <ListPreference |
| 141 | android:key="button_back_kill_timeout" |
| 142 | android:title="@string/button_back_kill_timeout_title" |
| 143 | android:entries="@array/button_back_kill_timeout_entries" |
| 144 | android:entryValues="@array/button_back_kill_timeout_values" |
| 145 | android:defaultValue="1500" |
| 146 | android:persistent="false" |
| 147 | android:dependency="button_back_kill_enable"/> |
| 148 | |
beanstown106 | 49f2646 | 2017-09-23 16:33:19 +0800 | [diff] [blame] | 149 | <SwitchPreference |
| 150 | android:key="fingerprint_success_vib" |
| 151 | android:title="@string/fprint_sucess_vib_title" |
| 152 | android:summary="@string/fprint_sucess_vib_summary" |
| 153 | android:persistent="false" /> |
| 154 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 155 | </PreferenceCategory> |
maxwen | cc4b2ae | 2017-08-31 17:08:48 +0200 | [diff] [blame] | 156 | |
maxwen | bcf0237 | 2017-08-30 16:13:10 +0200 | [diff] [blame] | 157 | </PreferenceScreen> |