我想将扩展 InputMethodService 的自定义软键盘与另一个服务连接。我需要从通用服务调用我的软键盘中的方法。
问题是我无法扩展 Binder 类,因为 onBind() 方法在 AbstractInputMethodService 中定义为 final ...
现在,如何从其他服务调用我的 SoftKeyboard 类中的方法?
慕运维8079593
相关分类