I try to call finish() in an activity in order to destroy the activity
to free resources.
But the Logcat shows it doesn't work immediately to call "onDestroy"
instead of calling "onPause" and after a few seconds "onDestroy" is
called.
What I want is destory and finish the activity just after I call
finish(). But the problem is that when I press "Back" button or call
finish(), it doesn't free bitmap resources and destroy the activity
immediately.

-- 
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