- at baresip quit, kill also baresip process by System.exit(0)
This commit is contained in:
@@ -558,7 +558,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
Log.d("Baresip", "Handling service event 'stopped'")
|
Log.d("Baresip", "Handling service event 'stopped'")
|
||||||
quitTimer.cancel()
|
quitTimer.cancel()
|
||||||
finishAndRemoveTask()
|
finishAndRemoveTask()
|
||||||
// System.exit(0)
|
System.exit(0)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
val uap = params[0]
|
val uap = params[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user