Our game is tilt controlled and since there are no touch events during the gameplay, we are using system.setIdleTimer( false ) to prevent display from dimming… That works just fine on iOS.
But as I do not have access to an Android device, I cannot test that myself…
So, do we need to set android.permission.WAKE_LOCK to make system.setIdleTimer( false ) to work or that is not needed? [import]uid: 10478 topic_id: 16342 reply_id: 316342[/import]

