2

is it possible in Mango to detect if a headset is connected or not? I want to update some UI elements depending if the user has connected a headset or not. (what i really need is the microphone from the headset)

Thanks for advice

Buju
  • 1,546
  • 3
  • 16
  • 27
  • possible duplicate of [Detecting when head phones are plugged in](http://stackoverflow.com/questions/861601/detecting-when-head-phones-are-plugged-in) – AShelly Dec 01 '11 at 19:26
  • @AShelly No, the other question is not about Windows Phone 7 but normal Windows OS. – Heinrich Ulbricht Dec 01 '11 at 23:31

1 Answers1

2

There is no API available to provide this information.
You won't be able to make this distinction in your app.

Matt Lacey
  • 65,560
  • 11
  • 91
  • 143