Merge "Add cross profile apps entry in the privacy screen" into rvc-dev am: 4bb32b6c58

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11710365

Change-Id: Ic2e1d889afacc4948360d04cef90188c600fd9c1
This commit is contained in:
TreeHugger Robot
2020-06-03 17:23:08 +00:00
committed by Automerger Merge Worker

View File

@@ -31,6 +31,14 @@
settings:allowDividerAbove="true"
settings:controller="com.android.settings.privacy.WorkPolicyInfoPreferenceController"/>
<!-- Connected work and personal apps -->
<Preference
android:key="interact_across_profiles_privacy"
android:title="@string/interact_across_profiles_title"
android:fragment="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings"
settings:searchable="false"
settings:controller="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesController" />
<!-- Accessibility usage -->
<Preference
android:key="privacy_accessibility_usage"