hackbod,

I wrote a simple app, based on the SDK Forwarding example, which
reproduces the problem. The only difference between my app and the
Forwarding app, as far as I can tell, is that the manifest:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android";
package="com.multiplefacets.test">
    <application android:icon="@drawable/icon" android:label="@string/
app_name">
        <activity android:name=".ActivityA" android:label="Activity A"
android:launchMode="singleTask">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category
android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name=".ActivityB" android:label="Activity B"
android:launchMode="singleTop"/>
    </application>
</manifest>

Note the launchModes for the two Activities. The source for ActivityA
and ActivityB is not worth posting; it is almost identical to the
Forwarding app code.

Thanks for your unrelenting help!


--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to