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

Commit 86996a61 authored by Linus Tufvesson's avatar Linus Tufvesson Committed by Automerger Merge Worker
Browse files

Merge "Remove preinstalled from SYSTEM_ALERT_WINDOW" into sc-dev am: e148e669

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6e85c932d37dd0ae4896680af07b100785b0578b
parents 3ff2e2d3 e148e669
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2697,11 +2697,11 @@
         The app can check whether it has this authorization by calling
         {@link android.provider.Settings#canDrawOverlays
         Settings.canDrawOverlays()}.
         <p>Protection level: signature|appop|preinstalled|pre23|development -->
         <p>Protection level: signature|appop|installer|recents|appPredictor|pre23|development -->
    <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
        android:label="@string/permlab_systemAlertWindow"
        android:description="@string/permdesc_systemAlertWindow"
        android:protectionLevel="signature|appop|preinstalled|pre23|development" />
        android:protectionLevel="signature|appop|installer|recents|appPredictor|pre23|development" />

    <!-- @SystemApi @hide Allows an application to create windows using the type
         {@link android.view.WindowManager.LayoutParams#TYPE_APPLICATION_OVERLAY},