Open GoogleCodeExporter opened 9 years ago
Last thing: in the meantime, as a workaround, I use FLAG_KEEP_SCREEN_ON with
WindowManager.LayoutParams params = getWindow().getAttributes();
params.screenBrightness = 0f; // 1f; to turn on again
getWindow().setAttributes(params);
Keep on the good work Glass Team!
Original comment by eric.am...@gmail.com
on 20 Aug 2014 at 3:03
Original issue reported on code.google.com by
eric.am...@gmail.com
on 20 Aug 2014 at 2:07