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 ?
Asked
Active
Viewed 1,612 times
2
-
@AMR: Hi, I am searching for an API or a class to access the same. – Ajay GU Jan 02 '14 at 15:15
-
3@Liam: Hi my question is for Windows Phone 8 not for Windows 8. So I think my question is legit and not a duplicate. Can you please remove the question ? It is hurting my points. – Ajay GU Jan 02 '14 at 15:16
-
2This is hardly a duplicate of the mentioned question, probably should be reopened. – Igor Ralic Jan 02 '14 at 16:04
-
3voting to reopen, not a duplicate – Igor Kulman Jan 02 '14 at 16:05
1 Answers
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