Would it be possible to use an image from the webserver as an application icon. I would like to specify the app icon from an url not as a local file. Or Would it be possible to download an image dynamically from a webserver and replace the current application icon ?
Asked
Active
Viewed 231 times
1
-
You cannot change the manifest or the resource in the signed-and-sealed APK, except through a software upgrade. – Anas Mehar Aug 26 '19 at 06:23
-
2You can get an answer from here: https://stackoverflow.com/questions/1103027/how-to-change-an-application-icon-programmatically-in-android – ViramP Aug 26 '19 at 06:29