The order is:
A: startActivityForResult( B )
B: <dostuff>, call finish()
A: onCreate <---- what's this all about
A: onActivityResult
This happens for a tiny minority of users. I havn't been able to
reproduce or find any common elements. A is the launch activity.
<activity
android:name=".A"
android:label="A"
android:configChanges="orientation|keyboardHidden"
android:alwaysRetainTaskState="false" <--- default anyway
android:launchMode="singleTop"
>
<activity
android:name=".B"
android:label="B"
/>
Anyone recognize it ?
Pent
--
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