Add temporary link to PermissionController for new default apps UI.
This change adds a temporary link in the default apps settings to allow launching the new default apps UI in PermissionController during the process we migrate default apps to use roles. Bug: 110557011 Test: manually tested the UI Change-Id: I0ac340acd5a077c74b48b28c97f517adb2084a36
This commit is contained in:
@@ -79,6 +79,14 @@
|
||||
android:fragment="com.android.settings.applications.managedomainurls.ManageDomainUrls"
|
||||
settings:keywords="@string/keywords_default_links"/>
|
||||
|
||||
<!--
|
||||
~ STOPSHIP(b/110557011): Remove once the new UI is ready.
|
||||
-->
|
||||
<Preference
|
||||
android:key="roles"
|
||||
android:title="@string/roles_title"
|
||||
settings:controller="com.android.settings.applications.defaultapps.RolesPreferenceController" />
|
||||
|
||||
<com.android.settings.widget.WorkOnlyCategory
|
||||
android:key="work_app_defaults"
|
||||
android:title="@string/default_for_work">
|
||||
|
||||
Reference in New Issue
Block a user