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

Commit 139bc49b authored by Roshan Pius's avatar Roshan Pius Committed by Automerger Merge Worker
Browse files

Merge "permission(core): Modify protection level for SUBSCRIBE_TO_KEYGUARD"...

Merge "permission(core): Modify protection level for SUBSCRIBE_TO_KEYGUARD" into udc-dev am: 5cd5d41d

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



Change-Id: Ie1f8ef6710835cba30eb6de50c9ee08d362590aa
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 61623568 5cd5d41d
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -4976,11 +4976,11 @@
        android:protectionLevel="signature" />
        android:protectionLevel="signature" />


    <!-- Allows an application to subscribe to keyguard locked (i.e., showing) state.
    <!-- Allows an application to subscribe to keyguard locked (i.e., showing) state.
         <p>Protection level: internal|role
         <p>Protection level: signature|role
         <p>Intended for use by ROLE_ASSISTANT only.
         <p>Intended for use by ROLE_ASSISTANT and signature apps only.
    -->
    -->
    <permission android:name="android.permission.SUBSCRIBE_TO_KEYGUARD_LOCKED_STATE"
    <permission android:name="android.permission.SUBSCRIBE_TO_KEYGUARD_LOCKED_STATE"
                android:protectionLevel="internal|role"/>
                android:protectionLevel="signature|role"/>


    <!-- Must be required by a {@link android.service.autofill.AutofillService},
    <!-- Must be required by a {@link android.service.autofill.AutofillService},
         to ensure that only the system can bind to it.
         to ensure that only the system can bind to it.