Android market listed names
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.
App's name in the Market= What you wrote in your developper console.
App's name in the device= What you wrote in your Manifest.
<application android:icon="@drawable/icon" android:label="@string/app_name">
精彩评论