`
ET焖猪仔
  • 浏览: 233572 次
  • 性别: Icon_minigender_1
  • 来自: 广东
社区版块
存档分类
最新评论

调节屏幕亮度

阅读更多
WindowManager.LayoutParams lp = getWindow().getAttributes(); 
    lp.screenBrightness = 1.0f; 
getWindow().setAttributes(lp);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics