public void opensettings(View view){
Intent opensettingsapp = getPackageManager().getLaunchIntentForPackage("com.android.settings");
startActivity(opensettingsapp);
}
What i've done wrong here?I try to open a submenu of an app but the app stop working.