<string-array name="google">
<item>Google</item>
<item>google.com</item>
<item>http://www.google.com/favicon.ico</item>
<item>http://www.google.com/search?hl={language}&ie={inputEncoding}&source=android-browser&q={searchTerms}</item>
<item>UTF-8</item>
<item>http://www.google.com/complete/search?hl={language}&client=android&q={searchTerms}</item>
</string-array>
http://www.google.com/search?hl={language}&ie={inputEncoding}&source=android-browser&q={searchTerms}
How is it possible to fix it directly on the phone?I think after some trys, the apktool changes on decompiling the Brwoser.apk every & to a &amp; and longer.
When I've cutted it down to & before recompile, i get the right search result site instead of the old blank google site.
The fixed arrays.xml is now in the german lang repo