Android disable screen timeout while app is running -


is there way disable screensaver while app running?

the dimming of screen mean.

you want use this:

getwindow().addflags(windowmanager.layoutparams.flag_keep_screen_on); 

Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -