fun Context.browseUrl(url: String): Boolean
Opens browser from Given URL
Return
Boolean indicating whether this activity is available or not. Usually when there is a
handler available for opening URL, this method will start activity and return true
. When
there is no Intent Handlers available, it returns false
.