Android Question Can I run TTS inside notification process

Adamdam

Active Member
Licensed User
Longtime User
Dear All,
Greetings,
in the example :


It can view a lot of attractive notifications (long text, Images, and run sound) can I make app run TTS (text-to-speech) for English message
Waiting for any help,
and thanks, on advance for help.
best regards
 

Adamdam

Active Member
Licensed User
Longtime User
The standard TTS feature requires an activity context. This is not available from a notification.
Many thanks Engr. Erel.
I have other question; Can App download image in notification service time ?
even if it wakeup the app to receive and view the received app. ?
or wakeup to run TTS and go to sleep (save power mode) again?
Thanks, on advance.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Adamdam

Active Member
Licensed User
Longtime User
Thanks, Mr. DonManfred, you are write

so, I modify the question to be on same thread,

Can App return back to wakeup from notification to run TTS and return back to sleep ? is this solution ?

Thanks, on advance.
Best regards
 
Upvote 0
Top