摘要:
[代码][代码]Intent intent = new Intent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(SearchManager.QUERY,"searchString")startActivity(intent);[代码] { requestWindowFeature(Window.FEATURE_NO_... 阅读全文
posted @ 2010-06-06 15:17 Android2010 阅读(341) 评论(0) 推荐(0)