Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0190ea3e authored by Anna Zhuravleva's avatar Anna Zhuravleva Committed by Android (Google) Code Review
Browse files

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

parents e5b1215a 7d623ce4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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" />