openBrowser

inline fun Context.openBrowser(url: Uri, onAppNotFound: (e: ActivityNotFoundException) -> Unit)

Open the system browser for the specified url.

**onAppNotFound must be handled as some phones do not have browsers installed. Display an error message with a prompt to install a browser in this case.