Added custom xposed_init name function

This commit is contained in:
2022-04-22 02:06:10 +08:00
parent ed6cae2add
commit ac53910842
4 changed files with 102 additions and 14 deletions

View File

@@ -1,13 +1,21 @@
## InjectYukiHookWithXposed [annotation]
```kotlin
annotation class InjectYukiHookWithXposed(val sourcePath: String, val modulePackageName: String)
annotation class InjectYukiHookWithXposed(
val sourcePath: String,
val modulePackageName: String,
val entryClassName: String
)
```
**变更记录**
`v1.0` `添加`
`v1.0.80` `修改`
新增 `entryClassName` 参数
**功能描述**
> 标识 `YukiHookAPI` 注入 Xposed 入口的类注解。