I\'m trying to update the display brightness from a widget but i have some problems.
To change brightness level, i use:
Settings.System.putInt(contex
I had a similar issue and just created an Activity with no UI to do the brightness change, used an intent to run it from the App Widget.