403ABCD
403ABCD
这个我修复了 INotificationManagerProxy 类新增 @Override protected void onBindMethod() { super.onBindMethod(); if (BuildCompat.isFlyme()){ addMethodHook(new ValueMethodProxy("hasPackageBeenManaged", true)); } }
> 魅族已知问题,待修复。 这个我修复了 需要在 INotificationManagerProxy 类新增一个方法 @OverRide protected void onBindMethod() { super.onBindMethod(); if (BuildCompat.isFlyme()){ addMethodHook(new ValueMethodProxy("hasPackageBeenManaged", true)); } } ------------------------------------------------------------------------------- 能帮我解决一下微信无法启动的bug吗 虚拟机安装的子程序里面调用这个无法唤起 微信 Intent v0 = new Intent(); ComponentName v1_1...