1) setting the Project Options, Uses Permissions, Wake lock = True 2) Adding Android.JNI.PowerManager to the uses clause 3) call: AcquireWakeLock; // at start up. ReleaseWakeLock; // at shutdown. //----------------------------------------------------…