古いアプローチ
Window window = getWindow();
LayoutParams layoutParams = window.getAttributes();
layoutParams.screenBrightness = newFloatValue;
window.setAttributes(layoutParams);
[設定] > [ディスプレイ] > [明るさ]で[自動明るさ]がオンになっている HTC Desire では機能しません。
そのための HTC 固有の回避策はありますか?