How would one go about launching the browser from an activity without specifying a url. I would like to open the browser so the user can continue browsing without changing t
Use Intent#setComponent() to set the Browser's package and class name. Then start the activity.