BlackBox icon indicating copy to clipboard operation
BlackBox copied to clipboard

[BUG]

Open User404User opened this issue 3 years ago • 1 comments

Describe the bug / 无法从虚拟机内应用唤起手机安装的微信 A clear and concise description of what the bug is. 子程序里面调用唤起微信app代码无效

子程序里面调用微信代码示例: 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); XXXXXXActivity.this.startActivity(v0);

预期行为:打开手机微信

BUG:没有启动微信。启动的子程序里面调用无效。blackBox的代码调用能正常启动,预计没有hook到这个启动方法,相关参数被忽略了

User404User avatar May 30 '22 11:05 User404User

兄弟,解决了吗,能分享一下吗

Finger-Dev avatar Jul 10 '22 06:07 Finger-Dev