Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 512 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 512 Bytes

Xposed-XServiceManagerDemo

本示例展示了如何通过Xposed完成服务注入

通过以下步骤完成构建:

$ git clone https://github.com/jrsen/Xposed-XServiceManagerDemo.git
$ cd Xposed-XServiceManagerDemo/
$ git submodule init
$ git submodule update
$ ./gradlew assembleDebug

一切顺利的话你将会得到一个APK安装它并在XposedInstallerManager中激活重启手机后即可使用服务

如果你对此感兴趣请阅读源码.

English