I followed https://www.b4x.com/android/forum/threads/adaptive-icons-simple-instructions-and-tips.123843/
and implemented adaptive icons - that is working
Foreground notification
In this thread there was also question about n2.Icon = "notification" icon. So I followed instructions and put notification.png into folder icon/drawable.
But when I recieved notification and app was on foreground There was crash that icon cannot be found.
When I moved icon info res/drawable/ and made it read only it started working ... - What am I doing wrong ?
Background or app not started notification
There is no icon at all - just white square inside blue icon object. What am I doing wrong ?
Thank you
and implemented adaptive icons - that is working
Foreground notification
In this thread there was also question about n2.Icon = "notification" icon. So I followed instructions and put notification.png into folder icon/drawable.
But when I recieved notification and app was on foreground There was crash that icon cannot be found.
When I moved icon info res/drawable/ and made it read only it started working ... - What am I doing wrong ?
Background or app not started notification
There is no icon at all - just white square inside blue icon object. What am I doing wrong ?
Thank you