Merge "Add settings page to control cross profile appop"

This commit is contained in:
Kholoud Mohamed
2020-02-07 11:14:08 +00:00
committed by Android (Google) Code Review
17 changed files with 969 additions and 2 deletions

View File

@@ -146,6 +146,13 @@
android:value="com.android.settings.Settings$ChangeWifiStateActivity" />
</Preference>
<Preference
android:key="interact_across_profiles"
android:title="@string/interact_across_profiles_title"
android:fragment="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings"
settings:keywords="@string/interact_across_profiles_keywords"
settings:controller="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesController"/>
<Preference
android:key="special_access_more"
android:title="@string/special_access_more"