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
Post a Comment