开发者

Android market listed names

开发者 https://www.devze.com 2023-02-24 22:40 出处:网络
In the android market, which part of the androidmanifest.xml determines the app\'s name and dev name that is shown t开发者_StackOverflow社区o public?Dev Name is linked to your developper account.

In the android market, which part of the androidmanifest.xml determines the app's name and dev name that is shown t开发者_StackOverflow社区o public?


Dev Name is linked to your developper account.

Android market listed names

App's name in the Market= What you wrote in your developper console.

Android market listed names

App's name in the device= What you wrote in your Manifest.

<application android:icon="@drawable/icon" android:label="@string/app_name">
0

精彩评论

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