• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

res/25-Apr-2025-600363

src/com/android/car/25-Apr-2025-4,3252,952

Android.bpD25-Apr-20251.2 KiB5947

AndroidManifest.xmlD25-Apr-20254.6 KiB10679

README.mdD25-Apr-2025592 107

README.md

1# Android Automotive VoiceControl reference application
2
3This is a sample voice assistant application that exemplifies how different voice control
4applications can interact with the operating system to implement a set of core
5voice-enabled experiences.
6
7The application requires that the system has an implementation of a
8[text-to-speech engine](https://developer.android.com/reference/android/speech/tts/TextToSpeechService)
9 set as the system's default text-to-speech engine ([TTS_DEFAULT_SYNTH](https://developer.android.com/reference/android/provider/Settings.Secure#TTS_DEFAULT_SYNTH)).
10