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

Commit 937d4179 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Made HIDE_NON_SYSTEM_OVERLAY_WINDOWS permission available to...

Merge "Made HIDE_NON_SYSTEM_OVERLAY_WINDOWS permission available to pre-installed apps" into rvc-dev
parents a4d247cf 01265707
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3158,7 +3158,7 @@
         @hide
    -->
    <permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"
                android:protectionLevel="signature|installer" />
                android:protectionLevel="signature|preinstalled" />

    <!-- @SystemApi Allows an application to manage (create, destroy,
         Z-order) application tokens in the window manager.