[android-developers] Re: App icon not working after upgrade, but reboot fixes the problem...

2010-09-14 Thread Mark Carter
This usually happens if you rename the Activity (or move it to a different package). The system get confused because its cached the old name somewhere. A reboot usually fixes this but not always. The workaround is to add a dummy Activity at the old location (which is a subclass of the new

[android-developers] Re: App icon not working after upgrade, but reboot fixes the problem...

2010-09-14 Thread Chister Nordvik
This usually happens if you rename the Activity (or move it to a different package). The system get confused because its cached the old name somewhere. A reboot usually fixes this but not always. The workaround is to add a dummy Activity at the old location (which is a subclass of the new