Is it possible to update the launcher icon dynamically? Currently it seems that it can only be set statically at build time using the android:icon attribute in the AndroidManifest.xml file. For example, to display a unique icon based on the device's location?
Is this something that can be achieved using aliases? If so, can an alias's launcher icon be enabled/disabled dynamically?