Allow KILL_UID to be held by a role.
Test: m; adb shell dumpsys package com.google.android.gms.supervision Change-Id: I305d75e147d09043bf9144205bb8a1083ae931d7
This commit is contained in:
@@ -5876,10 +5876,12 @@
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<!-- @SystemApi Allows applications to kill UIDs.
|
||||
<p>This permission can be granted to the SYSTEM_SUPERVISOR role used for parental
|
||||
controls.
|
||||
<p>Not for use by third-party applications.
|
||||
@hide -->
|
||||
<permission android:name="android.permission.KILL_UID"
|
||||
android:protectionLevel="signature|installer" />
|
||||
android:protectionLevel="signature|installer|role" />
|
||||
|
||||
<!-- @SystemApi Allows applications to read the local WiFi and Bluetooth MAC address.
|
||||
@hide -->
|
||||
|
||||
Reference in New Issue
Block a user