I was testing my game on Galaxy s2 an galaxy note. Performance is very slow, if devices in power saving mode. Can we detect if the power saving mode was turned on? and turn off it in my code?
Can you try calling: system.setIdleTimer(false) to see if that has any effect?
http://docs.coronalabs.com/api/library/system/setIdleTimer.html
Thanks
Rob
Thanks for reply.
I’m already using this command (system.setIdleTimer( false )). But it’s only disable display turn off timer.
Can you try calling: system.setIdleTimer(false) to see if that has any effect?
http://docs.coronalabs.com/api/library/system/setIdleTimer.html
Thanks
Rob
Thanks for reply.
I’m already using this command (system.setIdleTimer( false )). But it’s only disable display turn off timer.