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

Commit 7e2ddb16 authored by Kathy Chen's avatar Kathy Chen
Browse files

Change ACCESS_AMBIENT_CONTEXT_EVENT permission protection level from...

Change ACCESS_AMBIENT_CONTEXT_EVENT permission protection level from "internal|role" to "signature|privileged|role".

Change-Id: Ia1fba1541db18aa3a643d1d446bda5e7f9e9b900
Bug: 194238130
Test: build in master
parent 690554e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6727,7 +6727,7 @@
         @hide
    -->
    <permission android:name="android.permission.ACCESS_AMBIENT_CONTEXT_EVENT"
                android:protectionLevel="internal|role"/>
                android:protectionLevel="signature|privileged|role"/>

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