96 lines
3.9 KiB
XML
96 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2016 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
|
|
|
<PreferenceScreen
|
|
android:key="high_power_apps"
|
|
android:title="@string/high_power_apps"
|
|
android:fragment="com.android.settings.applications.ManageApplications"
|
|
settings:keywords="@string/keywords_ignore_optimizations">
|
|
<extra
|
|
android:name="classname"
|
|
android:value="com.android.settings.Settings$HighPowerApplicationsActivity" />
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen
|
|
android:key="device_administrators"
|
|
android:title="@string/manage_device_admin"
|
|
android:fragment="com.android.settings.DeviceAdminSettings" />
|
|
|
|
<PreferenceScreen
|
|
android:key="zen_access"
|
|
android:title="@string/manage_zen_access_title"
|
|
android:fragment="com.android.settings.notification.ZenAccessSettings" />
|
|
|
|
<PreferenceScreen
|
|
android:key="system_alert_window"
|
|
android:title="@string/system_alert_window_settings"
|
|
android:fragment="com.android.settings.applications.ManageApplications"
|
|
settings:keywords="@string/keywords_system_alert_window">
|
|
<extra
|
|
android:name="classname"
|
|
android:value="com.android.settings.Settings$OverlaySettingsActivity" />
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen
|
|
android:key="enabled_vr_listeners"
|
|
android:title="@string/vr_listeners_title"
|
|
android:fragment="com.android.settings.applications.VrListenerSettings"
|
|
settings:keywords="@string/keywords_vr_listener">
|
|
<extra
|
|
android:name="classname"
|
|
android:value="com.android.settings.Settings$VrListenersSettingsActivity" />
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen
|
|
android:key="write_settings_apps"
|
|
android:title="@string/write_settings"
|
|
android:fragment="com.android.settings.applications.ManageApplications"
|
|
settings:keywords="@string/keywords_write_settings">
|
|
<extra
|
|
android:name="classname"
|
|
android:value="com.android.settings.Settings$WriteSettingsActivity" />
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen
|
|
android:key="notification_access"
|
|
android:title="@string/manage_notification_access_title"
|
|
android:fragment="com.android.settings.notification.NotificationAccessSettings" />
|
|
|
|
<PreferenceScreen
|
|
android:key="premium_sms"
|
|
android:title="@string/premium_sms_access"
|
|
android:fragment="com.android.settings.applications.PremiumSmsAccess" />
|
|
|
|
<PreferenceScreen
|
|
android:key="data_saver"
|
|
android:title="@string/unrestricted_data_saver"
|
|
android:fragment="com.android.settings.datausage.UnrestrictedDataAccess" />
|
|
|
|
<PreferenceScreen
|
|
android:key="usage_access"
|
|
android:title="@string/usage_access"
|
|
android:fragment="com.android.settings.applications.ManageApplications"
|
|
settings:keywords="@string/keywords_write_settings">
|
|
<extra
|
|
android:name="classname"
|
|
android:value="com.android.settings.Settings$UsageAccessSettingsActivity" />
|
|
</PreferenceScreen>
|
|
</PreferenceScreen>
|