Skip to content

Instantly share code, notes, and snippets.

@ThrowJojo
Created September 4, 2017 05:16
Show Gist options
  • Save ThrowJojo/bf66ab045b9b996eee4f2d9579678c63 to your computer and use it in GitHub Desktop.
Save ThrowJojo/bf66ab045b9b996eee4f2d9579678c63 to your computer and use it in GitHub Desktop.
Opens the System Notification settings for Android
Intent intent = new Intent("android.settings.APP_NOTIFICATION_SETTINGS");
intent.putExtra("android.provider.extra.APP_PACKAGE", "android");
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment