blob: 09f5bb351fc8e8e0feb7391f3e5cf0a78afe979c [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"
21 android:layout="@layout/installed_app_details" />
22
23 <Preference
Jason Monk4bb075b2015-03-17 10:06:58 -040024 android:key="storage_settings"
25 android:title="@string/storage_settings"
Jason Monkcd911282015-02-24 11:35:29 -050026 android:selectable="true" />
27
28 <Preference
Jason Monk4bb075b2015-03-17 10:06:58 -040029 android:key="data_settings"
30 android:title="@string/data_size_label"
Jason Monkcd911282015-02-24 11:35:29 -050031 android:selectable="true" />
32
33 <Preference
34 android:key="permission_settings"
35 android:title="@string/permissions_label"
36 android:selectable="true" />
37
38 <Preference
Jason Monk4bb075b2015-03-17 10:06:58 -040039 android:key="notification_settings"
40 android:title="@string/notification_section_header"
Jason Monkcd911282015-02-24 11:35:29 -050041 android:selectable="true" />
42
43 <Preference
44 android:key="preferred_settings"
45 android:title="@string/launch_by_default"
46 android:selectable="true" />
47</PreferenceScreen>