跳转进市场的代码
Intent intent =
new
Intent(Intent.ACTION_VIEW);
3
startActivity(intent);
|
跳转进市场搜索的代码
Intent intent =
new
Intent(Intent.ACTION_VIEW);
3
startActivity(intent);
|
本文提供了两个实用的Android应用市场跳转代码示例:一是直接跳转到指定应用详情页面,二是搜索特定发布者的应用。通过Intent与Uri组合使用实现功能。
1万+

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



