- [Android] Updated how scheduled notifications are saved to shared preferences so it is done in the background. This is to fix issue 1378 where
pendingNotificationRequestsmethod may not report the correct number of scheduled notifications if it is invoked before the data had been saved to shared preferences - [Android] Added
colorizedproperty toAndroidNotificationDetailsclass. This can be used to apply a background colour to the notification but for most styles, this only works if a foreground service was used. Example app has been updated to demonstrate its usage. Thanks to the PR from benechiu