A template for EzXHelper
这是一份关于EzXHelper的项目模板
Before use:
- Change the
applicationIdandnamespaceinbuild.gradle.kts - Change the packageName and change the HookEntry class path in
xposed_init - Change the
rootProject.nameinsettings.gradle.kts - Run gradle sync
- Change the
TAGandTARGET_APPinMainHook.kt - Change the
xposedscopeinarrays.xml
开始之前:
- 修改
build.gradle.kts中的applicationId和namespace - 修改包名并同时修改
xposed_init中的 Hook 入口类 - 修改
settings.gradle.kts中的rootProject.name - 执行 gradle sync
- 修改
MainHook.kt中的TAG和TARGET_APP - 修改
arrays.xml中的xposedscope