I want to go to the settings where you can change default apps (launcher, browser, music player) I have tried this -
public void setdef(View view) {
startActivity(new Intent(
android.provider.Settings.ACTION_MANAGE_DEFAULT_APPS_SETTINGS));
}
but why does it say "ACTION_MANAGE_DEFAULT_APPS_SETTINGS cannot be resolved or is not a field"
I got the string from here