0

We have an application which uses microphone for speech to text conversion, till API level 29, it is working, however if we target it to API level 30, it does not work.

Any help would be highly appreciated.

Thanks!!

  • 2
    Could it have to do with [this behavior change](https://developer.android.com/about/versions/11/reference/compat-framework-changes#camera_microphone_capability_change_id) when targeting Android 11? – Michael Krause Jun 17 '21 at 13:55
  • you tried minSdkVersion 29? – hungcuiga1 Jun 17 '21 at 14:09
  • Did you allow microphone permission? – Ranjit Jun 17 '21 at 14:28
  • You can confirm if it really is CAMERA_MICROPHONE_CAPABILITY_CHANGE_ID using Compatibility Framework Tool of Google, see https://stackoverflow.com/questions/69758511/my-android-app-is-not-working-properly-once-i-set-targetsdk-as-api-30-how-do-i/69758512#69758512 – auspicious99 Oct 29 '21 at 13:08

0 Answers0