hello friends,

I am using GroupActivity in this i have used Toptab and BottomTab.

now problem is that when i am pressed back buttom application is not being
closed .so can any body tell me solution of that i have also used

onBackPressed()
{
finish();
android.os.Process.killProcess(android.os.Process.myPid());
System.runFinalizersOnExit(true)
}

this code is also not working.

please help me in this regard

thanks

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