I have created white/transparent PNG notification icons and added them in application
meta-data in AndroidManifest as per the manuals.
The strange thing is that the custom icon is displayed correctly on Samsung Mini (jelly bean) and Nexus 4 (API 27) emulator, but not on Samsung A6 (Oreo) and Huawei Honor Lite 9 (Oreo) devices where I see the default white droid on green background icon.
The notification is always displayed but on some devices the custom icon is not used.
I tried to implement it in AssetStudio and also implemented with and without Notification Builder but it had not effect.