Skip to content

Web Intent

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();