I have noticed that Phone event TextToSpeechFinish has stopped firing in an android 11 phone but in Android 9 still fires without any problem. Obviously some permission needs to be set but to avoid searching in Google if someone has answer to this I would welcome any answer which will save me time.
I have an app that's been working for years, but just stopped working, presumably because of some Android update (v11) I would use TTS to speak some text, detect when speech finished via PhoneEvents TextToSpeechFinish event, then do something. TextToSpeechFinish recently just decided to stop...
www.b4x.com
I managed it with a timer calling the event when tts is not speaking.