摘要:
1.从google搜索内容Intent intent = new Intent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(SearchManager.QUERY,"searchString")startActivity(intent); 2.浏览网页Uri uri = Uri.parse("http://www.google.com");Intent it = new Intent(Intent.ACTION_VIEW,uri);startActivity(it); 3.显示 阅读全文
posted @ 2013-10-23 09:22
Python绿色通道
阅读(419)
评论(0)
推荐(0)


浙公网安备 33010602011771号