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:
Kathy Chen
2022-12-08 16:51:35 +00:00
parent 690554e0d6
commit 7e2ddb1693

View File

@@ -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.