I want to give the user option to select which microphone he wants to use if there is more than one available.
How can i solve this?
Thanks.
I want to give the user option to select which microphone he wants to use if there is more than one available.
How can i solve this?
Thanks.
Sound is routed to available microphone automatically
So i guess your best option is to use an intentChooser/dialog and let the user choose whether to use:
Then to check which source is connected and override system's auto routing.
I didn't try any of this and i'm making some assumptions here!
I hope this will point you out to the right direction.