Android代码-通过Hook实现系统软键盘监听

时间:2022-08-27 13:18:03
【文件属性】:

文件名称:Android代码-通过Hook实现系统软键盘监听

文件大小:121KB

文件格式:ZIP

更新时间:2022-08-27 13:18:03

Android代码

InputMethodHolder > A keyboard listener for Android which by hooking the InputMethodManager. Of course you can also hook the other system services similarly, If you want, create a class, make it a subclass of Hook, and using ServiceManagerHook to hook ServiceManager, learn more from InputMethodManagerHook. If you like this project, ,welcome to fork or star! Steps: 1.Import InputMethodHodler as a library 2.Call the initialization method, the method will hook InputMethodManager, recommended to cal


【文件预览】:
InputMethodHolder-master
----gradlew(5KB)
----settings.gradle(36B)
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------compiler.xml(686B)
--------gradle.xml(689B)
--------modules.xml(536B)
--------copyright()
--------vcs.xml(167B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(3KB)
----inputmethodholder()
--------src()
--------.gitignore(7B)
--------build.gradle(822B)
--------proguard-rules.pro(662B)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(583B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(920B)
--------proguard-rules.pro(662B)
----build.gradle(498B)

网友评论