BlackBox icon indicating copy to clipboard operation
BlackBox copied to clipboard

[BUG] 一直跳是否允许通知

Open wumingking opened this issue 3 years ago • 2 comments

会一直跳是否允许通知,点允许和拒绝都不行

meizu 17/安卓11

Uploading S20413-19450098.png…

wumingking avatar Apr 13 '22 11:04 wumingking

魅族已知问题,待修复。

FBlackBox avatar Apr 13 '22 14:04 FBlackBox

魅族已知问题,待修复。

这个我修复了 需要在 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);

User404User avatar May 30 '22 11:05 User404User