android如何获取com.android.internal.

2018-03-15  本文已影响0人  Sunny君907

    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

上一篇 下一篇

猜你喜欢

热点阅读