csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
351 stars 218 forks source link

MODIFY_PHONE_STATE permission #457

Closed giovanni256 closed 6 months ago

giovanni256 commented 6 months ago

Hi there,

due to this change you asked the MODIFY_PHONE_STATE permission which is asking for android.hardware.telephony.

This makes Android tablets without LTE module not available anymore for the app download.

Can you remove it?

sowens-csd commented 6 months ago

Yeah, that looks like an error to me. I can't find any support for needing that permission for speech recognition. I'll put out a .1 release. Thanks for the help.

sowens-csd commented 6 months ago

6.4.1 is released now with this change. Let me know if you have a chance to try it.

giovanni256 commented 6 months ago

6.4.1 is released now with this change. Let me know if you have a chance to try it.

Thanks, it works!