This commit is contained in:
2022-02-08 04:26:23 +08:00
parent 9caf6903ab
commit 172a451794

View File

@@ -185,7 +185,9 @@ class YukiHookXposedProcessor : SymbolProcessorProvider {
).apply {
/** 插入 xposed_init 代码 */
write(
("package $packageName\n" +
("@file:Suppress(\"EXPERIMENTAL_API_USAGE\")\n" +
"\n" +
"package $packageName\n" +
"\n" +
"import androidx.annotation.Keep\n" +
"import com.highcapable.yukihookapi.YukiHookAPI\n" +