Merge "Grant access hidden profile permission to Launcher3" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
0190ea3ea7
@@ -43,6 +43,12 @@
|
||||
|
||||
<uses-permission android:name="android.permission.SYSTEM_APPLICATION_OVERLAY" />
|
||||
|
||||
<!--
|
||||
Permission required to access profiles which are otherwise hidden
|
||||
from being visible via APIs, e.g. private profile.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.ACCESS_HIDDEN_PROFILES_FULL" />
|
||||
|
||||
<!-- Permission required to start a WidgetPickerActivity. -->
|
||||
<permission android:name="${packageName}.permission.START_WIDGET_PICKER_ACTIVITY"
|
||||
android:protectionLevel="signature|privileged" />
|
||||
|
||||
Reference in New Issue
Block a user