Action_headset_plug Broadcast Delay
I have my own BroadcastReceiver instance for Intent.ACTION_HEADSET_PLUG action. There is about 1-2 seconds delay between actual physical unplugging a headset and a moment when my B
Solution 1:
Handling AudioManager.ACTION_AUDIO_BECOMING_NOISY
broadcast did the trick :) Its intent is broadcast directly after headset is unplugged without any delay.
Post a Comment for "Action_headset_plug Broadcast Delay"