403ABCD

Results 1 issues of 403ABCD

**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");...

bug