You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roman Tcaregorodtcev edited this page Mar 22, 2018
·
1 revision
Activity Action: open an URL from code in the built-in web browser.
OmegaIntentBuilder.from(context)
.web("https://omega-r.com/")
.createIntentHandler()
.chooserTitle("Omega-R")
.failToast("You don't have app for open urls")
.startActivity();