summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/widget
Commit message (Collapse)AuthorAgeFilesLines
* Fix power widget bluetooth.Ken Shirriff2009-06-101-1/+0
| | | | | Starting wifi would also start bluetooth, due to a stray line. bug=1910079
* Implement the power-control widget.Ken Shirriff2009-06-081-0/+404
This widget allows uses to turn on/off bluetooth, wifi, gps, and sync, and adjust brightness without going through the settings menu. The widget provider updates the settings when the buttons are pressed. The widget provider is also a receiver for events indicating that the status was updated elsewhere and the buttons need to be changed.