Merge "Remove protection levels from INTERACT_ACROSS_PROFILES" into rvc-dev

This commit is contained in:
Alex Kershaw
2020-05-21 16:41:17 +00:00
committed by Android (Google) Code Review

View File

@@ -2437,7 +2437,7 @@
<!-- Allows interaction across profiles in the same profile group. -->
<permission android:name="android.permission.INTERACT_ACROSS_PROFILES"
android:protectionLevel="signature|appop|documenter|wellbeing" />
android:protectionLevel="signature|appop" />
<!-- Allows configuring apps to have the INTERACT_ACROSS_PROFILES permission so that they can
interact across profiles in the same profile group.