2

I want to access Volume Control Button in WP8 programmatically. I know in WP7 it was not possible. But in WP8 it is possible to do so. Please have a look at "Kirik Settings" which can access the volume control buttons. Can I know how to implement the same ?

Ajay GU
  • 538
  • 4
  • 9

1 Answers1

3

The app you link does not access the volume buttons, it just disguisses itself as an background audio agent. If you want to create a similar app, background audio agent is the way to go, more info at http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394039(v=vs.105).aspx

Igor Kulman
  • 16,211
  • 10
  • 57
  • 118