Commit 75a342df authored by Administrator's avatar Administrator

再次升级

parent 26fc2ff9
......@@ -22,8 +22,8 @@ android {
applicationId "com.virjar.xposed.rimet"
minSdkVersion 21
targetSdkVersion 27
versionCode 3
versionName "1.0.3"
versionCode 5
versionName "1.0.5"
archivesBaseName = "DingDingHelper_${versionName}".replace(' ', '_')
ndk {
abiFilters "armeabi-v7a"//, "arm64-v8a", "x86","arm64-v8a","x86_64"
......
......@@ -90,6 +90,7 @@ public class Main implements IXposedHookLoadPackage, MethodHook.ThrowableCallbac
@Override
protected void beforeHookedMethod(MethodHookParam param) {
Alog.i("enter activity:" + param.thisObject.getClass().getName());
loadAfterApplicationOnCreate(param, versionManager, lpParam);
}
});
}
......@@ -102,7 +103,7 @@ public class Main implements IXposedHookLoadPackage, MethodHook.ThrowableCallbac
}
load = true;
Alog.i("enter :" + param.method);
Application application = (Application) param.thisObject;
Context application = (Context) param.thisObject;
Context context = application.getApplicationContext();
Alog.i("enter pluginManager");
XPluginManager pluginManager = new PluginManager
......
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