changing brightness from Service android
问题 I want to change brightness of android device from a service. I have seen a lot of questions on stack overflow on this but none of them has solved my problem. I have done every thing from setting brightness in settingsManger, starting a new activity etc but none of them is working for me. 回答1: try as android.provider.Settings.System.putInt(getContentResolver(), android.provider.Settings.System.SCREEN_BRIGHTNESS, BRIGHTNESS_Value); and add permission in Manifest.xml <uses-permission android