Having got a newer phone with Android 13, I am working through getting an app of mine working properly on it, and I would like to have TTS working in this app.
I have attached a small project which is based on the code posted by Erel in the thread https://www.b4x.com/android/forum/threads/google-tts-key_param_pan-parameter-implementation.127635/
I have done a lot of searching, and that was the most recent TTS related thread I could find.
The library works fine when targetSdkVersion is 28 or 29 in the Manifest Editor, but doesn't initialize (the button is greyed out) when it is set to 30 or 31
I am running B4A 12.20, and have installed the latest jdk and command line tools.
I thought it might be permission related, but Logs > List Permissions only shows android.permission.FOREGROUND_SERVICE so I don't think that is the problem.
Any help would be greatly appreciated.
I have attached a small project which is based on the code posted by Erel in the thread https://www.b4x.com/android/forum/threads/google-tts-key_param_pan-parameter-implementation.127635/
I have done a lot of searching, and that was the most recent TTS related thread I could find.
The library works fine when targetSdkVersion is 28 or 29 in the Manifest Editor, but doesn't initialize (the button is greyed out) when it is set to 30 or 31
I am running B4A 12.20, and have installed the latest jdk and command line tools.
I thought it might be permission related, but Logs > List Permissions only shows android.permission.FOREGROUND_SERVICE so I don't think that is the problem.
Any help would be greatly appreciated.