OSDN Git Service

Clear only keystore credential entires
[android-x86/packages-apps-Settings.git] / res / xml / advanced_apps.xml
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
18     xmlns:android="http://schemas.android.com/apk/res/android"
19     xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
20     android:key="applications_settings">
21
22     <PreferenceScreen
23         android:key="default_apps"
24         android:fragment="com.android.settings.applications.ManageDefaultApps"
25         android:title="@string/default_apps_title"
26         settings:keywords="@string/keywords_default_apps" />
27
28     <PreferenceScreen
29             android:key="domain_urls"
30             android:title="@string/domain_urls_title"
31             android:fragment="com.android.settings.applications.ManageApplications">
32         <extra
33                 android:name="classname"
34                 android:value="com.android.settings.Settings$DomainsURLsAppListActivity" />
35     </PreferenceScreen>
36
37     <PreferenceScreen
38         android:key="manage_perms"
39         android:title="@string/app_permissions"
40         settings:keywords="@string/keywords_app_permissions" />
41
42     <PreferenceScreen
43         android:key="high_power_apps"
44         android:title="@string/high_power_apps"
45         android:fragment="com.android.settings.applications.ManageApplications"
46         settings:keywords="@string/keywords_ignore_optimizations">
47         <extra
48             android:name="classname"
49             android:value="com.android.settings.Settings$HighPowerApplicationsActivity" />
50     </PreferenceScreen>
51
52     <PreferenceScreen
53         android:title="@string/memory_settings_title"
54         android:fragment="com.android.settings.applications.ProcessStatsUi" />
55
56 </PreferenceScreen>