My question is probably easy, but yet I cant find a satisfying answer anywhere...

For which purpose is the logo used that can be defined in AndroidManifest.xml (Android 4.0). I know it can be used to replace the launcher Icon in ActionBar. Are there any other positions (Market?) where it is used?

link|improve this question

71% accept rate
feedback

2 Answers

up vote 1 down vote accepted

also when you long-press the home screen and it shows you the currently running programs; also for file representations of the apk; the Application list; the Apps panel; etc etc.

The market uses assets that you upload separately when publishing the app.

link|improve this answer
2  
It's worth noting that other apps can retrieve a list of activities and their icons, as does the 'Application list' (launcher) . – David Caunt Jan 5 at 21:14
feedback

When submitting an app to the android market, you have to upload a 512x512 hi-res icon that it uses. The one specified in the manifest only refers to the one the app uses, located at res/drawable/icon.png

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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