Hello, Frank! No problem, it is not something special. Here goes
<application>
. . . . . . . . .
<activity android:name="A">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
. . .
</activity>
<activity android:name="B">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
. . .
</activity>
. . . . . . . . .
</application>
Thanks a lot for your attention to my problem!
--
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