commit | 44303922f14ac71b446a6e50e1180be4c8fed2c7 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Dec 01 18:25:02 2009 -0800 |
committer | Jeff Sharkey <jsharkey@android.com> | Tue Dec 22 14:32:15 2009 -0800 |
tree | 4947e77acbbff8bc974ab6e7b57d3a1a400cb270 | |
parent | 233d316553837ef81fdf152432281d878dc8f773 [diff] |
Watch for "bluetooth" in list of toggleable radios. Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS is a list of radios that can be toggled while in airplane mode. This change adds logic to BluetoothService to allow enabling when Settings.System.RADIO_BLUETOOTH appears in that list. Fixes http://b/2297314