Merge "Made HIDE_NON_SYSTEM_OVERLAY_WINDOWS permission available to pre-installed apps" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-05 20:18:53 +00:00
committed by Android (Google) Code Review

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.