how can i use text to speech block in task extension?i can't
Hello, can you please show me what you have tried?
Since the task extension is deprecated, try out the new Itoo extension.
Im not really sure if text-to-speech functions correctly in background, we can try that
Itoo 4
[image]
[BuildWithLove] [Frame 1]
The newer version of Itoo now has updated ItooX framework which runs more reliably across all platforms, devices and Android versions.
Services
Itoo supports two types of services.
Foreground
keeps the service alive throughout the session without interruptions.
a permanent notification will be displayed throughout the session from Oreo.
Background Task
unlike the foreground task, it is executed on a different process.
vulnerable to une…