跳转进市场的代码
Intent intent =
new
Intent(Intent.ACTION_VIEW);
3
startActivity(intent);
|
跳转进市场搜索的代码
Intent intent =
new
Intent(Intent.ACTION_VIEW);
3
startActivity(intent);
|