android浏览器默认主页的更改

来源:互联网 发布:电视直播软件ipad 编辑:程序博客网 时间:2024/06/06 10:52

系统:android4.0.4

在android/packages/apps/Browser/res/res/values/string.xml中红色部分

   <!-- The default homepage. If it starts with "http://www.google" and the
            user signs up the device with a Google sites account, the site's
            domain will be appended. -->
    <string name="homepage_base" translatable="false">
        http://www.yandex.ru/</string>
    <!--    http://www.google.com/webhp?client={CID}&amp;source=android-home</string>

 

书签的添加:

 

在android/packages/apps/Browser/res/res/values/string.xml中红色部分


    <!-- Bookmarks -->
    <string-array name="bookmarks" translatable="false">
        <item>Ulmart</item>
        <item>http://www.ulmart.ru/</item>
        <item>Ulmart_zifro</item>
        <item>http://www.ulmart.ru/zifro/</item>
        <item>Google</item>
        <item>http://www.google.com/</item>
        <item>Picasa</item>
        <item>http://picasaweb.google.com/</item>