I just released an update to my app and one HTC Hero (UK, unbranded, latest ROM downloaded from HTC site: HTC Hero_2.73.405.5) has reported seeing a random app icon and app name in the app list. The icon and name appear to be chosen at random from the app's resources. The user has never used his Hero to test/debug my app. He simply performed an update through the Market (from the previous version which worked without any problems).
Like some others, I only ever used resources for the application label. However, the only change I made for this release was specifying a "name" attribute in the application element. This is the name of the Application class. I've checked to make sure this application class is actually being used. Note, the application name is specified as ".MyApplication". Maybe it should refer to a resource instead!? I'm considering changing back to the old manifest (i.e. not specifying "name" attribute). Unfortunately, I don't have enough users to know whether my changes are successful :( -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

