On 11 August 2010 10:21, Peter Webb <r.peter.w...@gmail.com> wrote:
> This has come up before, but I'm still not clear.
>
> I published my first app last night. It sunk like a stone. I want to
> change its name. I don't want to force the few people who have
> downloaded it to get an update.

Simply keep package name unchanged (manifest's package=".." - that's
most important.
Application name (<application android:label="...") is just string shown to end
user.

> 1. Change the android:label in the manifest to be the new name, and
> 2. Resubmit it with the same version number
>
> Then the name in the market should change but not force an update.
> Is this correct?

Correct. You may also need to manually change app "Title" in your
developer console

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to