Merge "Change UCE permissions from dangerous to signatureOrSystem" into nyc-dev
am: f3f7965
* commit 'f3f7965eb38d05cf2f09e8b54105ac35e8855b38':
Change UCE permissions from dangerous to signatureOrSystem
Change-Id: Iff556a4758ddcc5c2e28edd491cdc969d36d4a0b
This commit is contained in:
@@ -845,14 +845,14 @@
|
||||
-->
|
||||
<permission android:name="android.permission.ACCESS_UCE_PRESENCE_SERVICE"
|
||||
android:permissionGroup="android.permission-group.PHONE"
|
||||
android:protectionLevel="dangerous"/>
|
||||
android:protectionLevel="signatureOrSystem"/>
|
||||
|
||||
<!-- @hide Allows an application to Access UCE-OPTIONS.
|
||||
<p>Protection level: dangerous
|
||||
-->
|
||||
<permission android:name="android.permission.ACCESS_UCE_OPTIONS_SERVICE"
|
||||
android:permissionGroup="android.permission-group.PHONE"
|
||||
android:protectionLevel="dangerous"/>
|
||||
android:protectionLevel="signatureOrSystem"/>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user