Merge "Grant access hidden profile permission to Launcher3" into main

This commit is contained in:
Anna Zhuravleva
2024-02-13 17:07:43 +00:00
committed by Android (Google) Code Review
+6
View File
@@ -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" />