Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21015bc6 authored by Roman Kalukiewicz's avatar Roman Kalukiewicz
Browse files

Allow KILL_UID to be held by a role.

Test: m; adb shell dumpsys package com.google.android.gms.supervision
Change-Id: I305d75e147d09043bf9144205bb8a1083ae931d7
parent c79a6f34
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 -->