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

Commit 1d0da8f2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
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 am: 937d4179

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11739753

Change-Id: I0f057a9c9b7b27caefe165b51489fbb51b464f2f
parents b1ac0342 937d4179
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.