summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Laura Davis <laurabd@google.com> 2018-06-25 20:46:59 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-06-25 20:46:59 +0000
commit0dabb070b8674f98556d566963aff8bc41bbb79b (patch)
tree954b3d0fc466b350af48b7d96671b24e743928f7
parent5f5c6e993fa918bde8628bc7b9913f322b04ffed (diff)
parenta67c2d860188982192d7bd31d3ba9d6d13feb551 (diff)
Merge "docs: fixed typo in deprecation message" into pi-dev
-rw-r--r--core/java/android/speech/tts/TextToSpeech.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/speech/tts/TextToSpeech.java b/core/java/android/speech/tts/TextToSpeech.java
index 01562b328ecc..6f1bd787587b 100644
--- a/core/java/android/speech/tts/TextToSpeech.java
+++ b/core/java/android/speech/tts/TextToSpeech.java
@@ -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";