Can you please tell me how can I route audio to bluetooth ear when a bluetooth ear piece is paired?
I have set my audio manager to be MODE_IN_CALL.
audioManager.setMode(AudioManager.MODE_IN_CALL);
I read Android - Getting audio to play through earpiece, but I am not sure if that apply to my case, since it refers to some deprecated methods. Plus, doesn't android detects if there bluetooth ear piece is paired and routed to ear piece on phone or bluetooth ear piece automatically?
Thank you.