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);      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
Post a Comment