Another thing you can do is use Dev Tools to turn on "Immediately destroy activities" in its Development settings. This causes every activity to be destroyed once it is no longer visible. (I assume you are achieving the same thing here by having the activity dropped from the history stack... though I could be totally wrong. :p)
On Thu, Dec 10, 2009 at 2:56 PM, Matt Kanninen <[email protected]> wrote: > <activity android:name=".activities.Result" > android:label="@string/arl_results" > android:screenOrientation="portrait" android:noHistory="true"></ > activity> > > this was invaluable in debugging Droid out of Bitmap memory issues. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

