1

layoutparams で変更すると、画面の明るさがその場で更新されるはずだと読みました。

//preview brightness changes at this window
//get the current window attributes
LayoutParams layoutpars = window.getAttributes();
//set the brightness of this window
layoutpars.screenBrightness = brightness / (float)255;
//apply attribute changes to this window
window.setAttributes(layoutpars);

私がそれを試したとき、それはしません。明るさを設定するには、画面をオフにしてから再度オンにする必要がありました。

どんな助けでも大歓迎です!

4

0 に答える 0