Communicating with Android TaskManager -


i have non responsive app on android need kill , let user start manually. if use killbackgroundtask in android restarts task.

is there way direct builtin task manager kill task (using package name)?

try code

android.os.process.killprocess(android.os.process.mypid()); 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -