SIGKILL
On Jvm, this is the same as calling java.lang.Process.destroyForcibly
.
Note that on Android API 25 and below, SIGTERM is always utilized as java.lang.Process.destroyForcibly
is unavailable.
On Jvm, this is the same as calling java.lang.Process.destroyForcibly
.
Note that on Android API 25 and below, SIGTERM is always utilized as java.lang.Process.destroyForcibly
is unavailable.