Programatically change system volume

ptarlow

Member
Licensed User
Longtime User
Is there any way (outside of writing a custom library) that I can programatically change system volume (specifically the ringer volume)?

I'm working on an app with "whitelist" capabilities and my plan is to monitor incoming calls with PhoneEvents and only ring when the number matches one in a predefined list.

A sendkey-like capability would work for me (keycode_mute) - but I understand from another post here that such a thing doesn't exist.

Thanks,
Paul
 
Top