I want to open the Settings-> Wireless & networks directly from my application.
How can I do that?
Try this:
startActivity(new Intent(android.provider.Settings.ACTION_WIRELESS_SETTINGS));
Or perhaps startActivityForResult. Your call. You can open different settings by checking the constants in Settings