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

Commit f1e245f7 authored by Charles Chen's avatar Charles Chen
Browse files

Hiding the new TextToSpeech Intent extras for voice data check

to fix the build.
parent dc2df328
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -261,6 +261,7 @@ public class TextToSpeech {
         * the TextToSpeech engine returns an ArrayList<String> of all the available voices.
         * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
         * optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE").
         * {@hide}
         */
        public static final String EXTRA_AVAILABLE_VOICES = "availableVoices";
        /**
@@ -268,6 +269,7 @@ public class TextToSpeech {
         * the TextToSpeech engine returns an ArrayList<String> of all the unavailable voices.
         * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
         * optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE").
         * {@hide}
         */
        public static final String EXTRA_UNAVAILABLE_VOICES = "unavailableVoices";
        /**
@@ -276,6 +278,7 @@ public class TextToSpeech {
         * check for by sending an ArrayList<String> of the voices that are of interest.
         * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
         * optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE").
         * {@hide}
         */
        public static final String EXTRA_CHECK_VOICE_DATA_FOR = "checkVoiceDataFor";