- Uri marketUri = Uri.parse("market://details?id=com.metago.astro&feature=top-free");
- Intent viewIntent = new Intent();
- viewIntent.setData(marketUri);
- startActivity(viewIntent);
在市场中显示
本文介绍了一种通过编写特定的URI和Intent来打开Android设备上的应用商店并直接跳转到指定应用详情页面的方法。
本文介绍了一种通过编写特定的URI和Intent来打开Android设备上的应用商店并直接跳转到指定应用详情页面的方法。

被折叠的 条评论
为什么被折叠?