hello
is there a way to completely stop app execution ?
all options i tried including this code
doesn't really stop the app
i want something that will permanently end the app's ececution
thanks
is there a way to completely stop app execution ?
all options i tried including this code
B4X:
Dim jo As JavaObject
jo.InitializeContext
jo.RunMethod("finishAffinity", Null)
Activity.Finish
doesn't really stop the app
i want something that will permanently end the app's ececution
thanks