startActivity(new Intent(Settings.ACTION_WIFI_SETTINGS));
to start Settings Dialog
startActivity(new Intent(Settings.ACTION_SETTINGS));
to start any settings dialog read the reference
Source: stackoverflow.com
Reference: http://developer.android.com/reference/android/provider/Settings.html
No comments:
Post a Comment