Hello All,
I work in a Software house that has a professional checklists app, in B4A, that I am maintaining and improving.
One of the problems that we have is that even after, closing all services, flushing the app, closing activities, exiting application and even using that javaobject code
to exit the App, it keeps coming back to the tray and doesn't stop, using resources frome the equipament.
It only stops if I go to settings / Apps and force close it.
Can I force close it by code ?
I fon't know what else to do to close it, other than using an "hammer"
I work in a Software house that has a professional checklists app, in B4A, that I am maintaining and improving.
One of the problems that we have is that even after, closing all services, flushing the app, closing activities, exiting application and even using that javaobject code
B4X:
Dim jo As JavaObject
jo.InitializeContext
jo.RunMethod("finishAffinity", Null)
to exit the App, it keeps coming back to the tray and doesn't stop, using resources frome the equipament.
It only stops if I go to settings / Apps and force close it.
Can I force close it by code ?
I fon't know what else to do to close it, other than using an "hammer"