摘要: 1.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(SearchManager.QUERY,"searchString")startActivity(inte... 阅读全文
posted @ 2013-08-26 14:49 有情怀的人 阅读(308) 评论(0) 推荐(0)