The new code for notification channel is working fine in older and latest device of oreo but when I tested in API 28(android P) device it didn't show the notification in notification bar, this is the line I've used for start the foreground notification.
startForeground(NOTIFICATION_ID, notification);