Commit 9f403419 authored by swift_gan's avatar swift_gan

sync demo

parent 34d95b6f
......@@ -54,10 +54,9 @@ public class MyApp extends Application {
XposedCompat.classLoader = getClassLoader();
XposedCompat.isFirstApplication= true;
//some error when invoke backup in Android Q
// //some error when invoke backup in Android Q
if (SandHookConfig.SDK_INT >= 29) {
XposedCompat.useNewDexMaker = false;
XposedCompat.useInternalStub = false;
XposedCompat.useNewCallBackup = false;
}
XposedHelpers.findAndHookMethod(Activity.class, "onResume", new XC_MethodHook() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment