android将搜索引擎设置为中国雅虎无法搜索问题解决方法

该问题是由于yahoo的搜索接口改变导致,请修改

Donottranslate-all_search_engines.xml (x:\6575gb2\v2.12\alps\mediatek\source\frameworks\banyan\res\res\values)41753 8/11/2011

中的的定义为
复制代码 代码如下:



中国雅虎

cn.yahoo.com

search_engine_yahoo

http://search.cn.yahoo.com/s?ei={inputEncoding}&fr=crmas&p={searchTerms}

GB2312





再修改 的定义为
复制代码 代码如下:



Yahoo!

yahoo.com

search_engine_yahoo

http://search.yahoo.com/s?ei={inputEncoding}&fr=crmas&p={searchTerms}

UTF-8

http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}


你可能感兴趣的:(android将搜索引擎设置为中国雅虎无法搜索问题解决方法)