i need to know in a background task if the user muted the ringer by clicking the volume button when a call is coming in. so there are 2 possible events that i could listen for:
- volume button click (onKeyDown) - that would be the preferred method
- ringer gets muted
it seems though that this is not possible. anyone has an idea how to accomplish that?
Thx Simon