How can I open a URL in Android’s web browser from my application?
Try this: That works fine for me. As for the missing “http://” I’d just do something like this: I would also probably pre-populate your EditText that the user is typing a URL in with “http://”.