[android-developers] Re: plz help close application

2012-01-10 Thread sparky
You should not. Just implement the appropriate callbackshttp://developer.android.com/guide/topics/fundamentals/activities.html#ImplementingLifecycleCallbacks and let the OS decide when to close your activity. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: plz help close application

2012-01-10 Thread Dhaval Varia
thanks thanks for reply On Jan 10, 2012 7:13 PM, sparky spar...@google.com wrote: You should not. Just implement the appropriate callbackshttp://developer.android.com/guide/topics/fundamentals/activities.html#ImplementingLifecycleCallbacks and let the OS decide when to close your activity.