I found the intent that starts the TTS service, but since there's no indication of it being started, should this be as a broadcast intent?
From android documentary:
Intent for starting a TTS service. Services that handle this intent must extend TextToSpeechService. Normal applications should not use this intent directly, instead they should talk to the TTS service using the the methods in this class.
Constant Value: "android.intent.action.TTS_SERVICE"