I am splitting my app into a free lite version and a nonfree pro
version.  I am curious whether it is required that I use a different
string for android:label in the manifest for the two apps.  Does the
Market take this into account or otherwise care at all about this?

The reason it would be nice to leave it the same for both is that my
understanding is, this is the string used for other apps to
communicate to my app through intents.  By using the same label in
both cases, other apps don't have to explicitly send intents to the
lite or pro version.  Instead, they would send intents to the generic
name and the OS would find the installed version and use it, whatever
version it may be.

Am I understanding this correctly?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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