vote up 0 vote down star

Is it possible to change an application icon directly from the program? I mean, change icon.png in the res\drawable folder. I would like to let users to change application's icon from the program so next time they will see the previously selected icon in the launcher.

thanks

flag

2 Answers

vote up 2 vote down check

You cannot change the manifest or the resource in the signed-and-sealed APK, except through a software upgrade.

link|flag
vote up 1 vote down

Assuming you mean changing the icon shown on the home screen, this could easily be done by creating a widget that does exactly this. Here's an article that demonstrate how that can be accomplished for a "new messages" type application similar to iPhone:

http://www.cnet.com/8301-19736_1-10278814-251.html

link|flag
Thanks for your reply.I would like to change icon.png programmatically. – systempuntoout Jul 9 at 10:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.