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

Commit ba0dad2b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add hidden API to get current user of HID Device (2/3)"

parents 2f87c99b ce88d81b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,4 +36,5 @@ interface IBluetoothHidDevice {
    List<BluetoothDevice> getConnectedDevices();
    List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
    int getConnectionState(in BluetoothDevice device);
    String getUserAppName();
}