BlackBox
BlackBox copied to clipboard
[BUG] 一直跳是否允许通知
会一直跳是否允许通知,点允许和拒绝都不行
meizu 17/安卓11
魅族已知问题,待修复。
魅族已知问题,待修复。
这个我修复了 需要在 INotificationManagerProxy 类新增一个方法
@OverRide protected void onBindMethod() { super.onBindMethod(); if (BuildCompat.isFlyme()){ addMethodHook(new ValueMethodProxy("hasPackageBeenManaged", true)); } }
能帮我解决一下微信无法启动的bug吗 虚拟机安装的子程序里面调用这个无法唤起 微信 Intent v0 = new Intent(); ComponentName v1_1 = new ComponentName("com.tencent.mm", "com.tencent.mm.ui.LauncherUI"); v0.setAction("android.intent.action.MAIN"); v0.addCategory("android.intent.category.LAUNCHER"); v0.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); v0.setComponent(v1_1); this.startActivity(v0);