How does the native call disable the alarm ringing and vibration when a call is ringing and vibrating?
And after the call disconnection the alarm is resuming again in native behaviour.
I tried :
mAudioManager.setStreamMute(AudioManager.STREAM_ALARM, true);
But of no use. Please help here. I need a similar requirement