Merge document file

This commit is contained in:
2022-04-20 04:29:04 +08:00
parent 68db0ec28f
commit 9bce0d4399
5 changed files with 48 additions and 7 deletions

View File

@@ -86,6 +86,11 @@ dependencies {
<meta-data
android:name="xposedminversion"
android:value="93" />
<!-- 可选:配置支持 New XSharePrefs 可无需调整 xposedminversion 为 93 -->
<meta-data
android:name="xposedsharedprefs"
android:value="true"/>
```
在你的项目中创建一个 Hook 入口类,继承于 `YukiHookXposedInitProxy` 并加入注解 `@InjectYukiHookWithXposed`