Skip to content
Snippets Groups Projects
Unverified Commit a923a927 authored by Friedger Müffke's avatar Friedger Müffke Committed by GitHub
Browse files

add missing intent action for notifications settings (#462)

parent 47f78fb3
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,7 @@ object ExternalActionHelper {
context.packageName
)
} else {
intent.action = "android.settings.APP_NOTIFICATION_SETTINGS"
intent.putExtra(
"app_package",
context.packageName
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment