Hi All, I am new baby in android development and developing an application which will KILL a running application (ex. com.example.helloWorld).
I tried process.getruntime().exec("kill -9 211"), here 211 is the pID which I am able to get. But the process.getruntime().exec command giving me permission error as the current user is not having permission. This development is on simulator using 2.1updated version. Please can any one help me out to get the permission through the programmatic ? As I am a new, so if you can give me some code that will be much helpful. Thanks and regards Vinaykant -- 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