本示例展示了如何通过Xposed
完成服务注入
通过以下步骤完成构建:
$ git clone https://github.com/jrsen/Xposed-XServiceManagerDemo.git
$ cd Xposed-XServiceManagerDemo/
$ git submodule init
$ git submodule update
$ ./gradlew assembleDebug
一切顺利的话你将会得到一个APK
安装它并在XposedInstallerManager
中激活重启手机后即可使用服务
如果你对此感兴趣请阅读源码.