diff options
Diffstat (limited to 'api/current.txt')
-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 74d9cc6..e0e7565 100644 --- a/api/current.txt +++ b/api/current.txt @@ -17951,7 +17951,7 @@ package android.service.textservice { method public abstract android.view.textservice.SuggestionsInfo getSuggestions(android.view.textservice.TextInfo, int, java.lang.String); method public android.view.textservice.SuggestionsInfo[] getSuggestionsMultiple(android.view.textservice.TextInfo[], java.lang.String, int, boolean); method public final android.os.IBinder onBind(android.content.Intent); - field public static final java.lang.String SERVICE_INTERFACE; + field public static final java.lang.String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService"; } public class SpellCheckerSession { |