質問

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?

役に立ちましたか?

解決

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.

他のヒント

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top