Updating the launcher icon at run-time
Posted
by david
on Stack Overflow
See other posts from Stack Overflow
or by david
Published on 2010-03-04T18:19:23Z
Indexed on
2010/03/08
3:17 UTC
Read the original article
Hit count: 278
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?
© Stack Overflow or respective owner