Intent intent = new Intent();
intent.setAction(Settings.ACTION_WIRELESS_SETTINGS);
this.startActivity(intent);