Files
frameworks_base/core/java/android
Eric Laurent 923d7d721d Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast.
The headset state indicated by HeadsetObserver in the broadcast intent ACTION_HEADSET_PLUG was not 0 or 1 as specified in the java doc but contained a bit field indicating the type of headset connected.

Modified HeadsetObserver to broacast a state conforming to java doc.
Added an extra to intent ACTION_HEADSET_PLUG to indicate if headset has a microphone or not.
Removed handling of non standard headset indications from HeadsetObserver.
Removed platform specific devices from output devices defined in AudioSystem.
Modified AudioService to use new ACTION_HEADSET_PLUG intent extra instead of bitfield in state.
2009-11-12 12:09:06 -08:00
..
2009-10-27 11:45:08 -07:00
2009-11-09 08:09:35 -08:00
2009-11-10 23:03:57 -08:00
2009-09-17 11:21:47 -04:00
2009-09-11 17:15:15 -07:00
2009-10-30 19:44:22 -07:00