I\'m developing an application and the last touch I need to put on it is preventing the screen to lock when the device goes into standby (screen off). The exact behavior as
writing the following code to your xml file will prevent the screen from locking
android:keepScreenOn="true"