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

Commit 00f725fb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents f6720619 1c37366c
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();
}