mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 02:35:40 +08:00
487 B
487 B
InjectYukiHookWithXposed [annotation]
annotation class InjectYukiHookWithXposed(
val sourcePath: String,
val modulePackageName: String,
val entryClassName: String
)
变更记录
v1.0
添加
v1.0.80
修改
新增 entryClassName
参数
功能描述
标识
YukiHookAPI
注入 Xposed 入口的类注解。
功能示例
详情请参考 InjectYukiHookWithXposed 注解。