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

Commit c89ed197 authored by Roman Kalukiewicz's avatar Roman Kalukiewicz Committed by Android (Google) Code Review
Browse files

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

parents bd462d89 21015bc6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 -->