- screenOn
- Supply true to keep the screen on, false to allow it to turn off.
Control whether we should use the attached SurfaceHolder to keep the screen on while video playback is occurring. This is the preferred method over MediaPlayer.SetWakeMode(Android.Content.Context, Android.OS.WakeLockFlags) where possible, since it doesn't require that the application have permission for low-level wake lock access.