Jason Monk | cd91128 | 2015-02-24 11:35:29 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2015 The Android Open Source 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 | |
| 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | android:title="@string/application_info_label"> |
Jason Monk | 60a09ea | 2015-02-26 11:33:22 -0500 | [diff] [blame] | 19 | <com.android.settings.applications.LayoutPreference |
Jason Monk | cd91128 | 2015-02-24 11:35:29 -0500 | [diff] [blame] | 20 | android:key="header_view" |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 21 | android:layout="@layout/installed_app_details" |
| 22 | android:selectable="false" /> |
Jason Monk | cd91128 | 2015-02-24 11:35:29 -0500 | [diff] [blame] | 23 | |
| 24 | <Preference |
Jason Monk | 4bb075b | 2015-03-17 10:06:58 -0400 | [diff] [blame] | 25 | android:key="storage_settings" |
| 26 | android:title="@string/storage_settings" |
Jason Monk | cd91128 | 2015-02-24 11:35:29 -0500 | [diff] [blame] | 27 | android:selectable="true" /> |
| 28 | |
| 29 | <Preference |
Jason Monk | 4bb075b | 2015-03-17 10:06:58 -0400 | [diff] [blame] | 30 | android:key="data_settings" |
Julia Reynolds | ff0e165 | 2015-07-29 13:15:14 -0400 | [diff] [blame] | 31 | android:title="@string/data_usage_summary_title" |
Jason Monk | cd91128 | 2015-02-24 11:35:29 -0500 | [diff] [blame] | 32 | android:selectable="true" /> |
| 33 | |
| 34 | <Preference |
| 35 | android:key="permission_settings" |
| 36 | android:title="@string/permissions_label" |
| 37 | android:selectable="true" /> |
| 38 | |
| 39 | <Preference |
Jason Monk | 4bb075b | 2015-03-17 10:06:58 -0400 | [diff] [blame] | 40 | android:key="notification_settings" |
Jason Monk | a3cfe9e | 2015-04-23 14:41:04 -0400 | [diff] [blame] | 41 | android:title="@string/notifications_label" |
Jason Monk | cd91128 | 2015-02-24 11:35:29 -0500 | [diff] [blame] | 42 | android:selectable="true" /> |
| 43 | |
| 44 | <Preference |
| 45 | android:key="preferred_settings" |
| 46 | android:title="@string/launch_by_default" |
| 47 | android:selectable="true" /> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 48 | |
| 49 | <Preference |
| 50 | android:key="battery" |
| 51 | android:title="@string/power_usage_summary_title" |
| 52 | android:selectable="true" /> |
| 53 | |
Jason Monk | ab2046a | 2015-05-27 12:58:21 -0400 | [diff] [blame] | 54 | <Preference |
| 55 | android:key="memory" |
| 56 | android:title="@string/memory_settings_title" |
| 57 | android:enabled="false" |
| 58 | android:selectable="true" /> |
| 59 | |
Jason Monk | cd91128 | 2015-02-24 11:35:29 -0500 | [diff] [blame] | 60 | </PreferenceScreen> |