From 7d5a9ce119ae53417c92f121d243c04a3a5d0a04 Mon Sep 17 00:00:00 2001 From: Sanjay Guruprasad Date: Thu, 3 Oct 2019 13:15:03 -0700 Subject: [PATCH] Update ReadMe since description is mandatory for Android 9+ Results in a crash in Android 9 if description is not set --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5898411..37b020f 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ NotificationChannelConfig |-----------------|-----------------------------------------------------------------------------------------------------------------------|----------| | id | Unique channel id | yes | | name | Notification channel name | yes | -| description | Notification channel description | no | +| description | Notification channel description | yes (Android 9+) | | importance | Notification channel importance. One of: | no | | enableVibration | Sets whether notification posted to this channel should vibrate. False by default. | no | @@ -154,4 +154,4 @@ NotificationConfig | title | Notification title | yes | | text | Notification text | yes | | icon | Icon name | yes | -| priority | Priority of this notification. One of: | no | \ No newline at end of file +| priority | Priority of this notification. One of: | no |