2023年2月21日星期二

flutter TTS android manifest

 Although probably not the best answer (or maybe just a glitch on Androids part) add the following code just above the <application in your manifest.

<queries>
    <intent>
        <action android:name="android.intent.action.TTS_SERVICE" />
    </intent>
</queries>

沒有留言:

發佈留言