Ok, this is only with the test APK, haven't tried building it for real so may be different.
My game so far is controlled only with the accelerometer, so I'm not touching the screen or any buttons while playing.
After a while the screen gets dimmer, and doesn't light up again until touching the screen. It doesn't go out completely, just dims down. Which is how it behaves at inactivity in other apps as well, so nothing strange, but not so good for a game.
I assume it should be possible to override this somewhere in the code and thought you should know.
Comments
Also there is a solution. After exporting your code you can add this line
Likes: techdojo
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
Application:setKeepAwake(keepAwake)
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill