Files
app_Settings/res/xml/manage_domain_url_settings.xml
stanley.tf_wang 828409a79d Modified the ManageDomainUrls
Test: manual
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.applications
      make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.core
      atest UniquePreferenceTest
      atest SettingsGatewayTest

Change-Id: Ib5b1281be6cb3cab8528d10b6d6ff3146f33b8df
2018-05-25 16:16:21 -07:00

43 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2017 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-auto"
android:title="@string/domain_urls_title"
android:key="manage_domain_url_screen">
<PreferenceCategory
android:key="web_action_category"
android:title="@string/web_action_section_title"
settings:controller="com.android.settings.applications.managedomainurls.WebActionCategoryController">
<SwitchPreference
android:key="instant_app_web_action_toggle"
android:title="@string/web_action_enable_title"
android:summary="@string/web_action_enable_summary"
settings:controller="com.android.settings.applications.managedomainurls.InstantAppWebActionPreferenceController" />
<Preference
android:key="instant_app_web_action_pref"
android:title="@string/instant_apps_settings"
settings:controller="com.android.settings.applications.managedomainurls.InstantAppAccountPreferenceController" />
</PreferenceCategory>
<PreferenceCategory
android:key="installed_apps_web_action"
android:title="@string/domain_url_section_title"
settings:controller="com.android.settings.applications.managedomainurls.DomainAppPreferenceController" />
</PreferenceScreen>