mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-05 10:15:21 +08:00
...
This commit is contained in:
@@ -185,7 +185,9 @@ class YukiHookXposedProcessor : SymbolProcessorProvider {
|
|||||||
).apply {
|
).apply {
|
||||||
/** 插入 xposed_init 代码 */
|
/** 插入 xposed_init 代码 */
|
||||||
write(
|
write(
|
||||||
("package $packageName\n" +
|
("@file:Suppress(\"EXPERIMENTAL_API_USAGE\")\n" +
|
||||||
|
"\n" +
|
||||||
|
"package $packageName\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"import androidx.annotation.Keep\n" +
|
"import androidx.annotation.Keep\n" +
|
||||||
"import com.highcapable.yukihookapi.YukiHookAPI\n" +
|
"import com.highcapable.yukihookapi.YukiHookAPI\n" +
|
||||||
|
Reference in New Issue
Block a user