On Tue, Aug 28, 2012 at 4:09 AM, karuna vikas <[email protected]> wrote: > Hi Everybody , > I am Creating a application with a multiple functionality like > Music Player & video Player, I have to create a Music Player application in > a <packagenam1> and Video Player in a <packagename2> but these two packages > have to be in a Single Package i.e., <packagename>. > > Kindly tell some links to get clear about this concept...
You can only have one app, known by one package name, in an APK file. You are welcome to have your Java classes use whatever package names you want, but from the user's standpoint, it is one app (e.g., it is one entry in the Play Store, it is one entry in the installed apps list in Settings). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.1 Available! -- 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

