dobots / Dodedodo_Android

Other
1 stars 0 forks source link

keep screen on #7

Closed eggerdo closed 10 years ago

eggerdo commented 10 years ago

add entry 'keep screen on' to settings.

-> keeps screen on when dodedodo activity is active

getWindow().addFlags(LayoutParams.FLAG_KEEP_SCREEN_ON);

vliedel commented 10 years ago

Should work now