I'm using crosswalk as compiler. In my game I'm using only tilt as moving so device quickly gets in sleep mode.
They say it's done in AndroidManifest.xml with <uses-permission android:name="android.permission.WAKE_LOCK" /> code.
But there in no AndroidManifest.xml file in c2 export. So how it's done in c2 ?
Thank you.