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

Commit 29fca48c authored by Robin Lee's avatar Robin Lee Committed by Automerger Merge Worker
Browse files

Merge "Allow setup app to have SAW permission" into sc-dev am: b4dfa621

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

Change-Id: I2777ac5def26314d42d1943cbab7a8ee6f22f7eb
parents 8352f89f b4dfa621
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2775,11 +2775,11 @@
         The app can check whether it has this authorization by calling
         {@link android.provider.Settings#canDrawOverlays
         Settings.canDrawOverlays()}.
         <p>Protection level: signature|appop|installer|appPredictor|pre23|development -->
         <p>Protection level: signature|setup|appop|installer|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|installer|appPredictor|pre23|development" />
        android:protectionLevel="signature|setup|appop|installer|appPredictor|pre23|development" />

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