2010-08-19 20 views
0

推出市場,我通常這樣做:關鍵字URL上的Android搜索市場?

意向意圖=新意圖(Intent.ACTION_VIEW, Uri.parse( 「市場://搜Q = PNAME:com.package.package2.package3」) ); startActivity(intent);

但我想運行基於像「快樂烤麪包機」

什麼是那種搜索網址的關鍵字搜索?

回答

1
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://search?q=your keewords here")); 
startActivity(intent);