I have a simple Android app (built with Mono for Android), which has a problem with it’s icon.
- The icon is correct in Launcher and in Task Switcher, but
- In Manage Apps and in Task Manager it’s displayed a generic Android icon
I’ve checked the various density resources and the manifest and they all look correct.
(I’m seeing this on a Galaxy S phone and on a Nexus 7)
Most likely you set the
iconproperty for your activities withinAndroidManifest.xml, but did not set it for the application.