diff options
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | 2014-04-11 12:06:42 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-04-11 12:06:43 +0000 |
commit | 39c82a3b19788b100f52f24732560ef325c13133 (patch) | |
tree | f65c3dbc707ec1b7db03658b1bc30b7e4c5c7dea /api | |
parent | 79d88d138c07835d349f7c74f380eaeb7cac8d0b (diff) | |
parent | 5decae39b6fd2091db000120f0c86aa27efa29ed (diff) | |
download | frameworks_base-39c82a3b19788b100f52f24732560ef325c13133.zip frameworks_base-39c82a3b19788b100f52f24732560ef325c13133.tar.gz frameworks_base-39c82a3b19788b100f52f24732560ef325c13133.tar.bz2 |
Merge "Remove "final" from TextToSpeechClient class."
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 29dffc5..eeff753 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24808,7 +24808,7 @@ package android.speech.tts { method public abstract void onUtteranceCompleted(java.lang.String); } - public final class TextToSpeechClient { + public class TextToSpeechClient { ctor public TextToSpeechClient(android.content.Context, java.lang.String, boolean, android.speech.tts.TextToSpeechClient.RequestCallbacks, android.speech.tts.TextToSpeechClient.ConnectionCallbacks); ctor public TextToSpeechClient(android.content.Context, android.speech.tts.TextToSpeechClient.RequestCallbacks, android.speech.tts.TextToSpeechClient.ConnectionCallbacks); method public void connect(); |