AndroidManifest.xml中定义的标识在哪里使用?
我的问题可能很简单,但我在任何地方都找不到令人满意的答案...
为此目的使用的徽标可以在 AndroidManifest.xml (Android 4.0) 中定义。 我知道它可以用来替换 ActionBar 中的启动器图标。 是否还有其他位置(市场?)可以使用它?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您长按主屏幕时,它也会显示当前正在运行的程序;也适用于 apk 的文件表示;申请表;应用程序面板;等等。
市场使用您在发布应用程序时单独上传的资产。
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.
当向 Android 市场提交应用程序时,您必须上传它使用的 512x512 高分辨率图标。清单中指定的仅指应用程序使用的,位于 res/drawable/icon.png
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