How can i reach wifi direct activity in android?

196 views Asked by At

How can i reach this activity?

I need this activity intent to show this activity from my code.

I want to reach that activity:

https://i.stack.imgur.com/sjWuw.png

1

There are 1 answers

1
raj On

hello i am using this intent for wifi direct.

Intent wifidirect = new Intent(android.provider.Settings.ACTION_WIFI_SETTINGS);
startActivity(wifidirect);