更新一系列开关以及说明

This commit is contained in:
乌堆小透明
2022-03-09 23:51:28 +08:00
parent 9107c359e0
commit ead14544f9
9 changed files with 38 additions and 15 deletions

View File

@@ -35,6 +35,10 @@ class MainHook : IXposedHookLoadPackage {
"com.miui.mediaeditor" -> {
MediaEditor().handleLoadPackage(lpparam)
}
//相册编辑
"com.android.updater" -> {
Updater().handleLoadPackage(lpparam)
}
}
}
}