Skip to content

Settings Intent

Roman Tcaregorodtcev edited this page Mar 22, 2018 · 5 revisions

Activity Action: Show system settings.

OmegaIntentBuilder.from(context)
                .settings()
                .wifi()
                .createIntentHandler()
                .startActivity();

Supported features:

wifi() - Show settings to allow configuration of Wi-Fi.

locationSource() - how settings to allow configuration of current location sources.

Clone this wiki locally