Merge "Adds more roles to the protectionlevel" into tm-dev
This commit is contained in:
commit
b061e2e60e
@ -6007,7 +6007,7 @@
|
||||
<!-- @SystemApi Allows an application to manage the cloudsearch service.
|
||||
@hide <p>Not for use by third-party applications.</p> -->
|
||||
<permission android:name="android.permission.MANAGE_CLOUDSEARCH"
|
||||
android:protectionLevel="signature" />
|
||||
android:protectionLevel="signature|privileged|role" />
|
||||
|
||||
<!-- @SystemApi Allows an application to manage the music recognition service.
|
||||
@hide <p>Not for use by third-party applications.</p> -->
|
||||
|
@ -279,6 +279,7 @@ applications that come with the platform
|
||||
<permission name="android.permission.MANAGE_ROLLBACKS"/>
|
||||
<permission name="android.permission.MANAGE_USB"/>
|
||||
<!-- Needed for tests only -->
|
||||
<permission name="android.permission.MANAGE_CLOUDSEARCH" />
|
||||
<permission name="android.permission.MANAGE_WALLPAPER_EFFECTS_GENERATION" />
|
||||
<permission name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"/>
|
||||
<permission name="android.permission.MODIFY_DAY_NIGHT_MODE"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user