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

Commit c349f9e2 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: I0d9689d55b4a8f1f01963c38eb998041ef423332
parents 70e72115 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.