I have an Activity that usually needs some time to watch the screen without interacting with it.
The problem is that the screen turns off, just like with almos any other app.
I want to prevent that automatic turn off for my Activity, like Dolphin HD does (if you configure it from the settings menu).
I want to let the user to turn off the screen pressing the usual block button, but prevent the automatic block of the device while in my Activity.
How can I achieve this?
Thanx.
