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

Commit 592b9daa authored by Christine Franks's avatar Christine Franks Committed by Android (Google) Code Review
Browse files

Merge "Create VIRTUAL_INPUT_DEVICE signature permission" into sc-dev

parents cf55fa2e 3dfad413
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1987,6 +1987,12 @@
    <permission android:name="android.permission.BLUETOOTH_STACK"
        android:protectionLevel="signature" />

    <!-- Allows uhid write access for creating virtual input devices
         @hide
    -->
    <permission android:name="android.permission.VIRTUAL_INPUT_DEVICE"
        android:protectionLevel="signature" />

    <!-- Allows applications to perform I/O operations over NFC.
         <p>Protection level: normal
    -->
+4 −0
Original line number Diff line number Diff line
@@ -48,6 +48,10 @@
        <group gid="uhid" />
    </permission>

    <permission name="android.permission.VIRTUAL_INPUT_DEVICE" >
        <group gid="uhid" />
    </permission>

    <permission name="android.permission.NET_TUNNELING" >
        <group gid="vpn" />
    </permission>