> ... I see each activity enter onStop after the new activity starts, but I 
> don't see
> ActivityManager ever killing them ...

Are you sure you have multiple instances of your activity and not did
not set the
FLAG_ACTIVITY_SINGLE_TOP or relatives to keep it to one single
activity,
thus not having any 'background activities' to spare, i.e. to be
killed?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to