commit | f25063aee3d8eeaf3767b3a4bf43e1895f2deb2d | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@android.com> | Wed Apr 29 14:17:06 2009 -0700 |
committer | Michael Chan <mchan@android.com> | Wed Apr 29 14:17:06 2009 -0700 |
tree | 8c74e1cc01e50421726ea73cf980dc87b3db1d1f | |
parent | d842cee7c287f8704f44f6622ac03d38c0f682c9 [diff] |
Fixed the Bluetooth On/Off Checkbox in settings so it is enabled/disable properly. In the BroadcastReceiver, pickup the new bluetooth status from the intent instead of calling back to LocalBluetoothManager. There could be race condition since LocalBluetoothManager itself gets the same info via the BroadcastReceiver mechanism. Also cleaned up logs.