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
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.