breautek commented on issue #1616:
URL: 
https://github.com/apache/cordova-android/issues/1616#issuecomment-1564396526

   > Number 2 workaround including a monochrome icon resolved the adaptive icon 
bug.
   >
   > Thank you for the quick reply. I had reverted back to cordova-android 11, 
but with the workaround I was able to cleanly deploy with cordova-android 12. 
It was a little more work than I was planning. On the plus side, my app now 
supports themed icons (monochrome icons).
   
   Glad it works for you, and as a side effect you're more compliant with the 
android app ecosystem.
   
   But yah, the intended behaviour is to to require `foreground` and 
`background` if either is defined, but not require `monochrome`. However, 
`monochrome` does require an adaptive icon, so if `monochrome` is defined, it 
must also have `background` and `foreground` defined. Obviously that's not the 
actual case here, and that's not documented as a breaking change.
   
   I don't know if I'll have time this weekend to look into it, but it is 
something I'm planning on tackling soon (perhaps the following weekend).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to