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

Commit 353e744d authored by Linus Tufvesson's avatar Linus Tufvesson Committed by Automerger Merge Worker
Browse files

Merge "Grant 'recents' SYSTEM_APPLICATION_OVERLAY" into sc-dev am: 69b07322

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia872eb4d9de04929d6d8a5bb9692f309e1a3f5bf
parents bf59b157 69b07322
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2708,13 +2708,13 @@
         shown on top of all other apps.

         Allows an application to use
         {@link android.view.WindowManager.LayoutsParams#SYSTEM_FLAG_SYSTEM_APPLICATION_OVERLAY}
         {@link android.view.WindowManager.LayoutsParams#setSystemApplicationOverlay(boolean)}
         to create overlays that will stay visible, even if another window is requesting overlays to
         be hidden through {@link android.view.Window#setHideOverlayWindows(boolean)}.

         <p>Not for use by third-party applications. -->
    <permission android:name="android.permission.SYSTEM_APPLICATION_OVERLAY"
                android:protectionLevel="signature|wellbeing"/>
                android:protectionLevel="signature|recents|wellbeing"/>

    <!-- @deprecated Use {@link android.Manifest.permission#REQUEST_COMPANION_RUN_IN_BACKGROUND}
         @hide