Activities can be destroyed to free memory.

Check out the left side of the activity lifecycle diagram here:

http://developer.android.com/intl/de/guide/topics/fundamentals.html#actlife

On Aug 4, 10:50 pm, Pent <[email protected]> wrote:
> 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

Reply via email to