maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2015 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 | --> |
| 17 | |
| 18 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| 19 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> |
| 20 | |
| 21 | <PreferenceCategory |
maxwen | 7b0889d | 2015-10-03 01:21:09 +0200 | [diff] [blame] | 22 | android:key="category_statusbar" |
| 23 | android:title="@string/statusbar_title"> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 24 | |
maxwen | 7b0889d | 2015-10-03 01:21:09 +0200 | [diff] [blame] | 25 | <com.android.settings.preference.SystemCheckBoxPreference |
| 26 | android:key="status_bar_brightness_control" |
| 27 | android:title="@string/status_bar_brightness_control_title" |
| 28 | android:summary="@string/status_bar_brightness_control_summary" |
| 29 | android:defaultValue="false"/> |
| 30 | |
maxwen | cd13d5a | 2015-10-25 16:45:14 +0100 | [diff] [blame] | 31 | <!--<PreferenceScreen |
maxwen | 7b0889d | 2015-10-03 01:21:09 +0200 | [diff] [blame] | 32 | android:key="statusbar_battery" |
| 33 | android:title="@string/battery_title" |
maxwen | cd13d5a | 2015-10-25 16:45:14 +0100 | [diff] [blame] | 34 | android:fragment="org.omnirom.omnigears.interfacesettings.StatusbarBatterySettings" />--> |
maxwen | 7b0889d | 2015-10-03 01:21:09 +0200 | [diff] [blame] | 35 | |
maxwen | d791709 | 2015-11-25 21:34:35 +0100 | [diff] [blame^] | 36 | <PreferenceScreen |
| 37 | android:title="@string/status_bar_icon_blacklist_title" |
| 38 | android:summary="@string/status_bar_icon_blacklist_summary" > |
| 39 | <intent android:action="android.intent.action.MAIN" |
| 40 | android:targetPackage="com.android.systemui" |
| 41 | android:targetClass="com.android.systemui.tuner.StatusBarActivity" /> |
| 42 | </PreferenceScreen> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 43 | </PreferenceCategory> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 44 | |
maxwen | 03a3651 | 2015-09-25 23:35:44 +0200 | [diff] [blame] | 45 | <!-- Network traffic meter --> |
maxwen | d791709 | 2015-11-25 21:34:35 +0100 | [diff] [blame^] | 46 | <PreferenceScreen |
maxwen | 03a3651 | 2015-09-25 23:35:44 +0200 | [diff] [blame] | 47 | android:key="category_network_traffic" |
maxwen | d791709 | 2015-11-25 21:34:35 +0100 | [diff] [blame^] | 48 | android:title="@string/network_traffic_title" |
| 49 | android:fragment="org.omnirom.omnigears.interfacesettings.NetworkTraffic" /> |
maxwen | 03a3651 | 2015-09-25 23:35:44 +0200 | [diff] [blame] | 50 | |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 51 | <PreferenceCategory |
maxwen | 9ede99c | 2015-08-17 00:49:29 +0200 | [diff] [blame] | 52 | android:key="notification_category" |
| 53 | android:title="@string/notification_title" > |
| 54 | |
| 55 | <com.android.settings.preference.SystemCheckBoxPreference |
| 56 | android:key="status_bar_custom_header" |
| 57 | android:title="@string/status_bar_custom_header_title" |
| 58 | android:summary="@string/status_bar_custom_header_summary" |
| 59 | android:defaultValue="false"/> |
maxwen | d791709 | 2015-11-25 21:34:35 +0100 | [diff] [blame^] | 60 | |
| 61 | <PreferenceScreen |
| 62 | android:title="@string/quick_settings_title" |
| 63 | android:summary="@string/quick_settings_summary" > |
| 64 | <intent android:action="android.intent.action.MAIN" |
| 65 | android:targetPackage="com.android.systemui" |
| 66 | android:targetClass="com.android.systemui.tuner.QsTunerActivity" /> |
| 67 | </PreferenceScreen> |
maxwen | 9ede99c | 2015-08-17 00:49:29 +0200 | [diff] [blame] | 68 | </PreferenceCategory> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 69 | </PreferenceScreen> |