I want to open below or if this is not possible then below settings
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.