I am using android.os.Process.killProcess(myProcessPID)
function to kill some running app, but this doesn't work...
What is the proper/other way to kill an app? Just like a task manager?
(My app has a superior permissions)
Thanks
I am using android.os.Process.killProcess(myProcessPID)
function to kill some running app, but this doesn't work...
What is the proper/other way to kill an app? Just like a task manager?
(My app has a superior permissions)
Thanks