Androidフォン(htc evo)でGoogle画像検索を実行するのが好きです。私のソースコード:
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://images.google.com/searchbyimage?image_url=http://www.google.com/images/srpr/logo3w.png")); startActivity(browserIntent);
私のデスクトップでは検索は正常に機能しますが、 http://www.google.com/wenhp? .......と表示され続けます。Google テキスト検索を実行すると機能することに注意してください。助けてください。