【发布时间】:2012-10-28 01:34:40
【问题描述】:
我喜欢在我的安卓手机 (htc evo) 上执行谷歌图片搜索。我的源代码:
意图 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?.......and 没有别的。请注意,如果执行谷歌文本搜索,它会起作用。请帮忙。
【问题讨论】:
标签: image search android-intent