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

Commit ce88d81b authored by Hansong Zhang's avatar Hansong Zhang
Browse files

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

Bug: 69136526
Test: test with apps using HID Device profile
Change-Id: I6c6df052fac508499c42fc7ab493010e327d6003
parent c7353aa0
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();
}