I started a sample application and called finish() method when user clicks
the button.
Then it is showing the android home screen and called the onDistroy() method
also.
But if i am executing the 'ps' command in android shell still it is showing
the pid of my application.
What is the meaning of finish()?
Is it not terminate the process?
 if not how can i terminate the process(we can do kill -9 pid in android
shell but i want programmatic approach)

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