I have read somewhere that we can use IMPORTANCE_UNSPECIFIED
to hide the icon in status bar from notification. But it seems to not work in android 8 and above.
So I used IMPORTANCE_LOW
( as per the docs to hide the icon from status bar) but it doesn't worked for me.
But where as many apps doesn't show any icon in status bar but there notification is shown in Notification drawer.
No Play Store icon in Status Bar
I have referred to many answers such as this but it doesn't helped me
So please help me in this.