I am running a JavaScript compliance test in the Android stock browser which takes quite a long time. How can I prevent the browser from pausing when the screen goes off?
Meanwhile, I am using the "Stay Awake" debugging option, but I would rather avoid this because it may burn my screen.
I am looking for a solution that allows the screen to go off while preventing the device to go into sleep mode and thus allowing the browser to continue doing its computations.
Device: SGS3 running CM9
