我正在开发一个应用程序,其中我需要一个功能 - 当我安装应用程序时,android默认浏览器的主页将被http://myurl.com替换。这意味着我需要更改android默认浏览器的配置。可能与SharedPreference
的价值变化有关,但我不知道如何做到这一点。
我知道android浏览器代码是开源的,但此时我对android默认浏览器源代码一无所知。如果首先安装我的应用程序,该怎么办?
答案 0 :(得分:1)
来自Ben Williams
I'm fairly (although admittedly not absolutely) certain this isn't possible,
because apps are sandboxed, so you won't be able to access the browser's
private sharedpreferences.