You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.7 KiB
63 lines
2.7 KiB
<?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"
|
|
android:title="@string/system_security">
|
|
<Preference
|
|
android:key="unknown_sources"
|
|
android:title="@string/security_unknown_sources_title"
|
|
android:summary="@string/security_unknown_sources_desc"
|
|
android:fragment="com.android.tv.settings.device.apps.specialaccess.ExternalSources" />
|
|
<PreferenceCategory
|
|
android:key="restricted_profile_group"
|
|
android:title="@string/user_new_profile_name">
|
|
<Preference
|
|
android:key="restricted_profile_enter"
|
|
android:title="@string/restricted_profile_switch_to" />
|
|
<Preference
|
|
android:key="restricted_profile_exit"
|
|
android:title="@string/restricted_profile_switch_out" />
|
|
<Preference
|
|
android:key="restricted_profile_apps"
|
|
android:title="@string/restricted_profile_configure_apps_title"
|
|
android:fragment="com.android.tv.settings.users.AppRestrictionsFragment" />
|
|
<Preference
|
|
android:key="restricted_profile_pin"
|
|
android:title="@string/restricted_profile_change_password_title" />
|
|
<Preference
|
|
android:key="restricted_profile_create"
|
|
android:title="@string/restricted_profile_create_title" />
|
|
<Preference
|
|
android:key="restricted_profile_delete"
|
|
android:title="@string/restricted_profile_delete_title" />
|
|
</PreferenceCategory>
|
|
|
|
<PreferenceCategory
|
|
android:key="security_settings_device_admin_category">
|
|
<Preference
|
|
android:key="manage_device_admin"
|
|
android:title="@string/manage_device_admin"
|
|
android:fragment="com.android.tv.settings.deviceadmin.DeviceAdminSettings" />
|
|
|
|
<Preference
|
|
android:fragment="com.android.tv.settings.enterprise.EnterprisePrivacySettingsFragment"
|
|
android:key="enterprise_privacy"
|
|
android:title="@string/enterprise_privacy_settings" />
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|