I want to make somethink like hyperlink. Right now, i created button, which opens new Activity with WebView. But i want to open a “globally” default web browser at specified url. How can i do this ?
I want to make somethink like hyperlink. Right now, i created button, which opens
Share
You can fire a global intent that will be picked up by the browser
Also make sure to add the web permission to your manifest