Re: [mono-android] Keep Screen active

2012-05-22 Thread TeHa
Thx for giving me time to think about the problem a bit longer, so I found the solution. For all out there how may have the same problem let me post the answer: To keep the display of your android device active use the PowerManager as the following: public class SomeClass : Activity { Android

[mono-android] Keep Screen active

2012-05-22 Thread TeHa
Hey folks, Normally the screen of an android phone (or tablet) turns off after a while (Settings->Screen->Timeout). So my question: Is there a way to keep the display active after the timeout. It happens e.g. in the navigation-programm (the screen don't turns off during navigation). I want to hav