Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a642e313 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 6090 into donut

* changes:
  Adding strings for data root and data files - these are needed for returning this information in an Intent from checkVoiceData.
parents c7396025 99a0feec
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -119,6 +119,11 @@ public class TextToSpeech {
        public static final int CHECK_VOICE_DATA_MISSING_DATA = -2;
        public static final int CHECK_VOICE_DATA_MISSING_DATA_NO_SDCARD = -3;

        // return codes for a TTS engine's check data activity
        public static final String VOICE_DATA_ROOT_DIRECTORY = "dataRoot";
        public static final String VOICE_DATA_FILES = "dataFiles";
        public static final String VOICE_DATA_FILES_INFO = "dataFilesInfo";

        // keys for the parameters passed with speak commands
        public static final String TTS_KEY_PARAM_RATE = "rate";
        public static final String TTS_KEY_PARAM_LANGUAGE = "language";