How to change the default Android browser's homepage within an app?

后端 未结 6 1114
刺人心
刺人心 2020-12-11 10:07

Within my app, is it possible to programatically change the Android browser\'s homepage url? If so, how can I accomplish this?

For example, if you run this popular

6条回答
  •  再見小時候
    2020-12-11 10:17

    There is NO WAY to change the homepage url of the browser.

    com.android.browser opens/creates a preference with MODE_PRIVATE. So the files's attributes are became as -rw-rw---- And also browser app's menifest has no sharedUserId attribute.

    
    

    The app doesn't provide the chance to share app's preference file.

提交回复
热议问题