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

Commit a49e0c9b authored by Christine Franks's avatar Christine Franks Committed by Automerger Merge Worker
Browse files

Merge "Create VIRTUAL_INPUT_DEVICE signature permission" into sc-dev am: 592b9daa

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13954528

Change-Id: I01545992173e5492ac535b9e78bc96fa5c4e918c
parents af126fba 592b9daa
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>