我想在输入蓝牙键盘时给出具体的事件。
我的应用程序始终作为服务运行。
使用蓝牙键盘输入密钥时,会记录以下日志。
/? I / WCNSS_FILTER: do_write: IBS write: fc
/? I / WCNSS_FILTER: Direction (1): bytes: 19: bytes_written: 19
/? D / InputReader: Input event (15): value = 1 when = 586669729008000
/? I / InputDispatcher: Delivering key to (1099): action: 0x0 (0)
/? D / ViewRootImpl: ViewPostImeInputStage processKey 0
/? D / SecContentProvider2: query (), uri = 15 selection = getToastEnabledState
/? D / SecContentProvider2: query (), uri = 15 selection = getToastShowPackageNameState
有没有办法接听' InputReader:输入事件'从服务? 或者我应该使用其他方法?