1- first of all you should download terminal emulator fro Android
market  http://www.android.com/market/
2-run terminal emulator
3-just type ps (show all running process)
e.g

USER       PID   PPID  VSIZE     RSS     WCHAN    PC
NAME
app_13    295   23     119720   30612  ffffffff        afe0c824 S
com.android.browser

4-find the application you want to close suing it's name from proccess
list
5-just type kill pid
e.g
kill 295

That's it

Ahmed Hammad

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to