What you can do is to have multiple launcher activities in one
application, with
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category
android:name="android.intent.category.LAUNCHER" />
</intent-filter>
As far as I know you'd get multiple entries then in the launcher.
--
http://www.deepdroid.com
On Mar 12, 5:49 pm, sandy8531 <[email protected]> wrote:
> Is it possible to have two application tags (<application>) in the
> same AndroidManifest.xml file ?
>
> If yes - is there anything special that needs to be done, I am trying
> it, the syntax is accepted by the XML parser but when I install my
> second application is not 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
-~----------~----~----~----~------~----~------~--~---