Stoyan Damov wrote: > Sorry, I meant to put them in lowercase, e.g. com.company.games.game1 > and com.company.games.game2. > I have another question though. What if I already have already > published a game with the package com.company and I now I want to > publish another with the package com.company.games.game2? > Will there be any problems?
I have not tried that pattern, but I think it will be OK. Part of why the package dictates uniqueness is the /data/data/your.package.here system for local file stores. Your pattern (com.company and com.company.games.game2) will not collide in the /data/data/ directory structure, which is why I think it will work. However, your kilometerage may vary. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

