Hi,
I’ve been wrestling with my app not entering suspended state when it should. I’ve found (in the daily build notes) something was done in build 2718 due to some problems with android 5.x devices, but I find the solution was not good at all.
Current situation:
-
using builds 2718+
-
app do not enter suspend mode in any android 5.x (including Kindle fire)
-
app works fine in earlier 4.4.2 android
-
using builds 2716-
-
app works fine in all devices I tested
This does not affect, I think, apps that do not use the idleTimer at all.
My app has a screen that uses setIdleTimer(–) to disable the timer while it is the active screen.
I also added a setIdleTimer(true) in main.lua, before going to business.
The thing is, with most recent builds, the idle timer cannot be enabled with android 5.x. This is a no-go.
Any plans to address this?
Thanks in advance,
jaime