Merge "Made HIDE_NON_SYSTEM_OVERLAY_WINDOWS permission available to pre-installed apps" into rvc-dev am: 937d4179fb

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

Change-Id: I7a3b438e9da230088fcd52a4b3ba54a0a398a01b
This commit is contained in:
TreeHugger Robot
2020-06-05 20:23:27 +00:00
committed by Automerger Merge Worker

View File

@@ -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.