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

Commit 4461a2c9 authored by Kathy Chen's avatar Kathy Chen Committed by Android (Google) Code Review
Browse files

Merge "Change ACCESS_AMBIENT_CONTEXT_EVENT permission protection level from...

Merge "Change ACCESS_AMBIENT_CONTEXT_EVENT permission protection level from "internal|role" to "signature|privileged|role"."
parents b87c2dc8 7e2ddb16
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6759,7 +6759,7 @@
         @hide
         @hide
    -->
    -->
    <permission android:name="android.permission.ACCESS_AMBIENT_CONTEXT_EVENT"
    <permission android:name="android.permission.ACCESS_AMBIENT_CONTEXT_EVENT"
                android:protectionLevel="internal|role"/>
                android:protectionLevel="signature|privileged|role"/>


    <!-- @SystemApi Required by a AmbientContextEventDetectionService
    <!-- @SystemApi Required by a AmbientContextEventDetectionService
         to ensure that only the service with this permission can bind to it.
         to ensure that only the service with this permission can bind to it.