//獲取亮度值(注意在開啟自動模式下是獲取不到正確值的,它這個值關閉自動模式下的值)
int intscreenbrightness = android.provider.settings.system.getint(getactivity().getcontentresolver(),android.provider.settings.system.screen_brightness
);window window = getactivity().getwindow();
windowmanager.layoutparams lp = window.getattributes();
//獲取亮度值()int mode = android.provider.settings.system.getint(getactivity().getcontentresolver(),
settings.system.screen_brightness_mode
);
mode 是0 就是關閉 1是開啟
// lp.screenbrightness = float.valueof("0.6");window.setattributes(lp);// 這是恢復預設亮度值
lp.screenbrightness = windowmanager.layoutparams.brightness_override_none
;
android 系統亮度設定
import android.content.contentresolver import android.content.context import android.net.uri import android.provider.settings import android.util.log ...
idea 亮度 調整 如何設定顯示螢幕的亮度
windows windows windows 8.1 也可以直接參考 方法 使用系統功能調節螢幕亮度進行。注 windows xp 系統不支援 一 筆記本產品調節螢幕亮度 適用範圍 idea 系列筆記本 lenovo 系列筆記本 thinkpad 系列筆記本 筆記本產品可直接通過鍵盤的亮度快捷鍵進...
Android6 0調節螢幕亮度顯示
package com.example.screenbrightnesstool import android.content.contentresolver import android.content.context import android.provider.settings import...