HID Device Service: check whether the caller is the registered app
* Checks whether the methods in HID Device service is called by the registered app. Only the registered app can invoke methods in HID Device service through binder interface. * Use Binder.getCallingUid() instead of BluetoothHidDeviceAppConfiguration to verify the caller. * Fix HID Device unit tests. Bug: 63384609 Test: Use 2 HID Device apps. Register one app. Send_report with the unregistered app Change-Id: I5cf1509000517ce349112c7bccb2dbe22920c838
Loading
Please register or sign in to comment