Issue Description
Monochrome icon on Android 12+
Current Behaviour
The app doesn't support it, I noticed you gave the background @android:color/system_accent1_500 but what you need to do is add <monochrome android:drawable="@drawable/ic_launcher_foreground"/> inside ic_launcher.xml and ic_launcher_round.xml (am not sure why you have ic_launcher_monochrome.xml tho)
I'll make another issue in a moment
Device Info
- Device Model: Galaxy S23 Ultra / Galaxy S6
- Android Version: Android 16 / Android 13 (LineageOS)
Issue Description
Monochrome icon on Android 12+
Current Behaviour
The app doesn't support it, I noticed you gave the background
@android:color/system_accent1_500but what you need to do is add<monochrome android:drawable="@drawable/ic_launcher_foreground"/>insideic_launcher.xmlandic_launcher_round.xml(am not sure why you haveic_launcher_monochrome.xmltho)I'll make another issue in a moment
Device Info