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:
Roman Kalukiewicz
2022-10-19 14:16:32 -07:00
parent c79a6f3449
commit 21015bc62d

View File

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