blob: deab13b7f31360fa810903cf0ae9858ea08209ff [file] [log] [blame]
Jason Monkcd911282015-02-24 11:35:29 -05001<?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 Monk60a09ea2015-02-26 11:33:22 -050019 <com.android.settings.applications.LayoutPreference
Jason Monkcd911282015-02-24 11:35:29 -050020 android:key="header_view"
Jason Monk1eb54eb2015-04-29 12:46:42 -040021 android:layout="@layout/installed_app_details"
22 android:selectable="false" />
Jason Monkcd911282015-02-24 11:35:29 -050023
24 <Preference
Jason Monk4bb075b2015-03-17 10:06:58 -040025 android:key="storage_settings"
26 android:title="@string/storage_settings"
Jason Monkcd911282015-02-24 11:35:29 -050027 android:selectable="true" />
28
29 <Preference
Jason Monk4bb075b2015-03-17 10:06:58 -040030 android:key="data_settings"
31 android:title="@string/data_size_label"
Jason Monkcd911282015-02-24 11:35:29 -050032 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 Monk4bb075b2015-03-17 10:06:58 -040040 android:key="notification_settings"
Jason Monka3cfe9e2015-04-23 14:41:04 -040041 android:title="@string/notifications_label"
Jason Monkcd911282015-02-24 11:35:29 -050042 android:selectable="true" />
43
44 <Preference
45 android:key="preferred_settings"
46 android:title="@string/launch_by_default"
47 android:selectable="true" />
Jason Monk1eb54eb2015-04-29 12:46:42 -040048
49 <Preference
50 android:key="battery"
51 android:title="@string/power_usage_summary_title"
52 android:selectable="true" />
53
Jason Monkcd911282015-02-24 11:35:29 -050054</PreferenceScreen>