I had tried
i tried this code by Erel but the app remains open. Any other method to close the app complete ?
Multiple activities and 2 services are being run,
B4X:
Activity.Finish
i tried this code by Erel but the app remains open. Any other method to close the app complete ?
B4X:
public Sub CloseAll
Dim jo As JavaObject
jo.InitializeContext
jo.RunMethod("finishAffinity",Null)
End Sub
Multiple activities and 2 services are being run,