Android 打开外部应用(微博/微信/QQ等)

跳转微信首页 Intent intent = new Intent(); ComponentName cmp = new ComponentName("com.tencent.mm","com.tencent.mm.ui.LauncherUI"); intent.setAction(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_LA
相关文章
相关标签/搜索