I'm trying to create an android app for recording audio only using the top microphone (secondary mic) on android phones.
I notice that, when I use *MediaRecorder.AudioSource.MIC*, recording is done using bottom mic (primary mic), and when I use *MediaRecorder.AudioSource.CAMCORDER*, recording is done using both top and bottom mics. I've verified this on Google Pixel and Samsung Galaxy A9. So is there a way to record using top mic alone? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/c2a089a9-05b2-4aeb-bf7e-8dfcf866bea1n%40googlegroups.com.

