Merge "Allow KILL_UID to be held by a role."

This commit is contained in:
Roman Kalukiewicz
2022-12-15 20:19:25 +00:00
committed by Android (Google) Code Review

View File

@@ -5994,10 +5994,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 -->