Dear All
I have using this code below to pause activity.
This code is work fine below 10 minute, after that when we open the apps again, it back to login screen. i think this because the the apps killed by android os.
Its there other way to pause activity in long time.
Thanks
Nicky
I have using this code below to pause activity.
moveTaskToBack:
Dim jo As JavaObject
jo.InitializeContext
jo.RunMethod("moveTaskToBack", Array(True))
Return False
This code is work fine below 10 minute, after that when we open the apps again, it back to login screen. i think this because the the apps killed by android os.
Its there other way to pause activity in long time.
Thanks
Nicky