> now that I have those gripes out of the way :), how do you detect when > a user clicks on the button on the headphone connector. the button on > the connector that goes from the non-standard usb plug to the female > headphone jack.
Try watching for ACTION_MEDIA_BUTTON broadcast Intents using a BroadcastReceiver. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

