You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preventing the screen from dimming, turning off or the system from going to sleep is especially useful for applications that don't require any user activity, e.g. a media player.
Preventing the screen from dimming, turning off or the system from going to sleep is especially useful for applications that don't require any user activity, e.g. a media player.
WindowManager.LayoutParams::FLAG_KEEP_SCREEN_ON
UIApplication::idleTimerDisabled
IOPMAssertionCreateWithName
withkIOPMAssertionTypeNoDisplaySleep
(see Technical Q&A QA1340)SetThreadExecutionState()
withES_DISPLAY_REQUIRED
XScreenSaverSuspend
Previous issue: #616
The text was updated successfully, but these errors were encountered: