开发者

Android Market Update Comment?

开发者 https://www.devze.com 2023-01-10 14:13 出处:网络
When downloading and installing updates from Android Market, you often see an update comment like version 1.2.14 Bugfix on...

When downloading and installing updates from Android Market, you often see an update comment like

  • version 1.2.14 Bugfix on...
  • version 1.2.15 Added settings menu

and so 开发者_运维技巧on. How is that comment made? I couldn't see a update comment field in the market today.

Thanx for listening!


You just add the change comment at the end of your application description, optionally separated by a line of hyphens.

There's no official way of making a specific upgrade comment.


What some devs do (which may explain the examples you've seen) is to add change descriptions to android:versionName in the manifest, as that can be any string.

0

精彩评论

暂无评论...
验证码 换一张
取 消