Change ACCESS_AMBIENT_CONTEXT_EVENT permission protection level from "internal|role" to "signature|privileged|role".
Change-Id: Ia1fba1541db18aa3a643d1d446bda5e7f9e9b900 Bug: 194238130 Test: build in master
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user