Intent search = new Intent(Intent.ACTION_WEB_SEARCH); search.putExtra(SearchManager.QUERY, “検索文字列”); startActivity(search); こんな感じでいけるみたい。外部のアプリが立ち上がって検索実行できる。 情報元:http://mobile.tutsplus.com/tutorials/android/launch-android-browser/ Post navigation ADT Plugin for Eclipse アップデートAndroidアプリをSDカードにインストール可能にする要点だけ