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

Commit 71a43c3f authored by Laura Davis's avatar Laura Davis Committed by android-build-merger
Browse files

Merge "docs: fixed typo in deprecation message" into pi-dev am: 0dabb070

am: 9a1acef1

Change-Id: I5926a7a19e08b540bf4a8a2db1cb86c2fbe2072f
parents fe1740d9 9a1acef1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ import android.os.Bundle;
import android.os.IBinder;
import android.os.ParcelFileDescriptor;
import android.os.RemoteException;
import android.provider.Settings;
import android.text.TextUtils;
import android.util.Log;

@@ -487,8 +486,9 @@ public class TextToSpeech {
         * intent. The possible values for this extra are
         * {@link TextToSpeech#SUCCESS} and {@link TextToSpeech#ERROR}.
         *
         * @deprecated No longer in use. If client ise interested in information about what
         * changed, is should send ACTION_CHECK_TTS_DATA intent to discover available voices.
         * @deprecated No longer in use. If client is interested in information about what
         * changed, it should use the ACTION_CHECK_TTS_DATA
         * intent to discover available voices.
         */
        @Deprecated
        public static final String EXTRA_TTS_DATA_INSTALLED = "dataInstalled";