2

Android Oreo introduces notification channels, but the documentation for how to specify a default notification channel in the application manifest seems to be patchy to nonexistent.

How do you specify a default notification channel ID in the application manifest?

Anthony Mills
  • 8,676
  • 4
  • 32
  • 51

1 Answers1

4

Defining a default channel ID from the manifest cannot be done with standard notification channels, it only applies to Firebase notifications: Firebase: How to set default notification channel in Android app?

jmart
  • 2,769
  • 21
  • 36