Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I want to disable or delete stock web browser because I don't use it. Can it cause problems? For example, if its used as embedded rendering engine in other apps (like IE is used in Windows apps), they'll fail to load web pages.

share|improve this question
1  
Incidentally; I would disable, rather than delete. Just in case... – Andrew Barber May 11 '12 at 11:02
How do you delete the stock browser? – Michael Mar 2 at 15:49
@Michael Root and nuke.. With root privilege, you can do anything which includes deleting stock apps. See this: android.stackexchange.com/questions/20746/… – Sachin Shekhar Mar 2 at 20:00

1 Answer

up vote 7 down vote accepted

Applications use a Webview to display web content. But it's not dependent on the standard browser.apk rather the browser uses the same webview as all other apps.

If your apps are well behaved than no it doesn't cause any problems. If they aren't than instead of calling a general INTENT to launch a web browser they could call the built-in browser.
One example of an that does this is Google+. If you set it to open its links as default, but it fails to load one than it starts the default browser.

share|improve this answer
1  
Yup; I've had the stock browser 'disabled' on my ICS tablet since day one, and never had a problem using Dolphin or Opera Mini. – Andrew Barber May 11 '12 at 11:01
@Andrew plus opera uses its own rendering engine. – Richard Borcsik May 11 '12 at 11:54
@Andrew Dolphin & Opera have their own engines. I was talking about other apps. For example, there are many news apps which open tapped links on its own. Such apps are less likely to keep full-featured engine. – Sachin Shekhar May 11 '12 at 11:56
Like Andrew Barber, I disabled the stock browser and have been using Chome exclusively, since it became available; no problems at all. – offby1 May 11 '12 at 13:32
@SachinShekhar Good to know. – Andrew Barber May 11 '12 at 15:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.