csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MODIFY_PHONE_STATE permission

giovanni256 opened this issue · comments

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?

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.

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

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

Thanks, it works!