public boolean isBrightnessAutoEnable(){
try {
return mContext.getResources().getBoolean(Resources.getSystem().getIdentifier("config_automatic_brightness_available", "bool", "android"));
} catch (Exception e) {
e.printStackTrace();
Log.e(TAG, "getBrightnessAutoEnable: " + e.toString());
}
return false;
}
https://www.cnblogs.com/zhou-guobao/p/5145714.html
https://www.cnblogs.com/veins/p/3918919.html