Change App Icon by downloading from server at runtime

386 Views Asked by At

I want to change the app icons at runtime. I went through the below article: https://blog.jakelee.co.uk/programmatically-changing-app-icon/ , which talks about using <activity-alias> to change the app icon at run time. I tried it and it works. But I want to change the app icon by downloading it from the server. I know, it is not possible to do using <activity-alias> as this needs to be set in the manifest. I searched, if there is an alternative for this, but couldn't find it. So I want to know whether it is possible to change the app icon, by downloading the icons from the server?

0

There are 0 best solutions below