EddyVerbruggen / cordova-plugin-app-icon-changer

Change the homescreen icon of your Cordova iOS app at runtime!
MIT License
32 stars 20 forks source link

Android Support Question #9

Open kd8ssq opened 5 years ago

kd8ssq commented 5 years ago

I was wondering if you would be able to utilize information in this project to make icon changing work for android devices in your plugin?

https://github.com/myinnos/AppIconNameChanger

EddyVerbruggen commented 5 years ago

Looks interesting! It would require developers to add some config to their AndroidManifest.xml but a similar kind of configuration is required on iOS as well.

The only thing is.. I don't have time nor priority to add this feature to the plugin so if anyone is interested in having it please go ahead and create a PR.

kd8ssq commented 5 years ago

I'll see what I can do. I believe I have it working specifically for my needs. I'll have to see about making it more generic.

barryvdh commented 4 years ago

@kd8ssq How did you do it?

kd8ssq commented 4 years ago

@barryvdh I forked this project and have my changes in a dev branch. It's still a work-in-progress but might give you some ideas.

https://github.com/kd8ssq/cordova-plugin-app-icon-changer/tree/dev

barryvdh commented 4 years ago

Thanks, my colleague forked it also; https://github.com/MathieuMaas/container-app-android Seems to be working. Not sure if it's similar.