Using this suggested routine:
Dim jo As JavaObject
jo.InitializeContext
jo.RunMethod("finishAffinity", Null)
It closes the window however my app is still running in the background.
Any suggestions?
Dim jo As JavaObject
jo.InitializeContext
jo.RunMethod("finishAffinity", Null)
It closes the window however my app is still running in the background.
Any suggestions?