SMOOTSARA Active Member Licensed User Longtime User Jan 29, 2018 #1 Hey guys To enter the application menu > languages & input > text-to-speech output > and menu > languages & input > text-to-speech output > setting Which intents should I use? Thank Last edited: Jan 29, 2018
Hey guys To enter the application menu > languages & input > text-to-speech output > and menu > languages & input > text-to-speech output > setting Which intents should I use? Thank
Erel B4X founder Staff member Licensed User Longtime User Jan 30, 2018 #2 Try this for Android 4+: B4X: Dim in As Intent in.Initialize("com.android.settings.TTS_SETTINGS", "") StartActivity(in) Upvote 0
Try this for Android 4+: B4X: Dim in As Intent in.Initialize("com.android.settings.TTS_SETTINGS", "") StartActivity(in)