• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  Copyright (C) 2016 The Android Open Source Project
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9       http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16  -->
17
18<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
19
20    <com.android.settings.applications.LayoutPreference
21        android:key="header_view"
22        android:layout="@layout/app_details"
23        android:selectable="false"
24        android:order="-10000"/>
25
26    <com.android.settings.applications.LayoutPreference
27        android:key="instant_app_buttons"
28        android:layout="@layout/instant_app_buttons"
29        android:selectable="false"
30        android:order="-9999"/>
31
32    <com.android.settings.applications.LayoutPreference
33      android:key="action_buttons"
34      android:layout="@layout/app_action_buttons"
35      android:selectable="false"
36      android:order="-9998"/>
37
38    <Preference
39        android:key="notification_settings"
40        android:title="@string/notifications_label"
41        android:selectable="true"/>
42
43    <Preference
44        android:key="permission_settings"
45        android:title="@string/permissions_label"
46        android:summary="@string/summary_placeholder"
47        android:selectable="true"/>
48
49    <Preference
50        android:key="storage_settings"
51        android:title="@string/storage_settings"
52        android:summary="@string/summary_placeholder"
53        android:selectable="true"/>
54
55    <com.android.settings.applications.AppDomainsPreference
56        android:key="instant_app_launch_supported_domain_urls"
57        android:title="@string/app_launch_supported_domain_urls_title"
58        android:selectable="true" />
59
60    <Preference
61        android:key="data_settings"
62        android:title="@string/data_usage_summary_title"
63        android:summary="@string/summary_placeholder"
64        android:selectable="true"/>
65
66    <Preference
67        android:key="battery"
68        android:title="@string/power_usage_summary_title"
69        android:summary="@string/summary_placeholder"
70        android:selectable="true"/>
71
72    <Preference
73        android:key="preferred_settings"
74        android:title="@string/launch_by_default"
75        android:summary="@string/summary_placeholder"
76        android:selectable="true"/>
77
78    <Preference
79        android:key="memory"
80        android:title="@string/memory_settings_title"
81        android:summary="@string/summary_placeholder"
82        android:enabled="false"
83        android:selectable="true"/>
84
85    <Preference
86        android:key="app_version"
87        android:selectable="false"
88        android:order="9999"/>
89
90</PreferenceScreen>