booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

icon / image on the apk and installed app not going away. #23

Closed palaryea closed 1 year ago

palaryea commented 1 year ago

img ic

i have followed your documentation and changed all the icons / images with my own. i even changed all the icons / images ic_launcher in mipmap But i still see your default icon / image on the build apk and also on my phone home screen after installing the apk.

i have attached an image for you.

How do i solve this problem ?

AdilSoomro commented 1 year ago

Hello, we also use adaptive icons. Either you can provide your own adaptive icon or remove those icons. If you want to add your own adaptive icons, replace these files with your own:

If you want to remove adaptive icon, remove these files:

If you want to know more about adaptive icons, read more here: Adaptive Icons

AdilSoomro commented 1 year ago

Just added documentation for Adaptive icons here: Changing App Icon