WindowManager.LayoutParams lp = window.getAttributes(); lp.screenBrightness = (*some float percentage*); window.setAttributes(lp);
但我没有看到模拟器中亮度有任何变化.我用蛋糕和2.2测试了它.
要查看更改亮度的效果,您需要一个运行android的实际设备.