On an android device, is possible to change the app icon after it's already installed? Can it be done from the app itself, by code? If my app would be written using Sencha Touch, will it change anything?
Thanks
On an android device, is possible to change the app icon after it's already installed? Can it be done from the app itself, by code? If my app would be written using Sencha Touch, will it change anything?
Thanks
You cannot change the application icon (or the Android manifest, or any other application resource for that matter) once your APK is compiled. The only way to do this is by re-compiling and pushing an update to the market.