开发者

How to access the Android browser settings via code

开发者 https://www.devze.com 2023-01-22 19:33 出处:网络
Is there a way to 开发者_StackOverflow中文版access and alter the settings of the standard Android browser programmatically?I would assume not, unless you can set up a shared user id with the browser (

Is there a way to 开发者_StackOverflow中文版access and alter the settings of the standard Android browser programmatically?


I would assume not, unless you can set up a shared user id with the browser (ie, you are the system vendor), you have rooted the phone, the browser happens to expose a mechanism through intents (don't think so), or its possible to do via javascript and you use an intent to send the browser to a local file containing that script (which it probably isn't, unless by a mistake in the browser).

You can make your own browser though, either utilizing the webkit engine or not.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号