views:

18

answers:

0

I have an app which places an icon in the status bar. I would like to let the user select from a list of icons stored online and use the downloaded icon as the one in the status bar. I think I'm ok with the downloading the icon part, but I am not sure how to set that downloaded png as the icon in the status bar. I assume you have to assign it a resource id and then use that when you build your status bar notification, but not sure if thats correct or how to do that? any help?