-1

I want to open below enter image description here or if this is not possible then below settings enter image description here

through java code in android. I know i can open settings using

startActivityForResult(new Intent(Settings.ACTION_SETTINGS), 0);

but i am not able to find appropriate strings for either of the above menus. Please if anyone can help.

Luv
  • 169
  • 2
  • 13

1 Answers1

1

Try this, startActivity(new Intent(Settings.ACTION_WIFI_SETTINGS));

Adeel Zafar
  • 361
  • 2
  • 16