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

Commit de3f5fcc 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" am: ee36a153

parents 1da0bb6e ee36a153
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4242,11 +4242,11 @@
                android:protectionLevel="internal|preinstalled" />

    <!-- Allows an application to subscribe to keyguard locked (i.e., showing) state.
         <p>Protection level: internal|role
         <p>Intended for use by ROLE_ASSISTANT only.
         <p>Protection level: signature|role
         <p>Intended for use by ROLE_ASSISTANT and signature apps only.
    -->
    <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},
         to ensure that only the system can bind to it.