I am developing an APP in ionic 1.x and would like to know if it is possible to change the APP icon after it is installed on the user's phone.
I saw some solutions but all in native code of their devices.
Does anyone have this knowledge?
I am developing an APP in ionic 1.x and would like to know if it is possible to change the APP icon after it is installed on the user's phone.
I saw some solutions but all in native code of their devices.
Does anyone have this knowledge?
Native code solutions are valid, you can import the project you are working (ionic) into the android studio and make the icons change and generate in the new .apk. How to import this project?