*Overview*
- * Pre-Android O, developers used priority levels to decide how to show a notification. Depending on how important the notification was felt to be, it could be set to peek, make a sound, both, or just be placed in the tray for the user to see next time they looked there.
- * Android-O introduces notification channels to offer greater control over notifications. Specific channels for notifications can be created with their own specific notification settings, and notifications delivered through these channels.
- * This provides the ability to group notifications our application sends into manageable groups |
|