diff options
author | satok <satok@google.com> | 2011-09-02 17:55:43 +0900 |
---|---|---|
committer | satok <satok@google.com> | 2011-09-02 17:55:43 +0900 |
commit | 117999d1f44ec3423369385495ae207898b7b73e (patch) | |
tree | 27f751c1adf59af5c63d28d60d2ae62cf8b99c34 /api/current.txt | |
parent | a2f69c914dbb8cbd8761bff3ec4399e500e62674 (diff) | |
download | frameworks_base-117999d1f44ec3423369385495ae207898b7b73e.zip frameworks_base-117999d1f44ec3423369385495ae207898b7b73e.tar.gz frameworks_base-117999d1f44ec3423369385495ae207898b7b73e.tar.bz2 |
Make the spell checker session static
Change-Id: I66d51f33e005f46465232d3fc460cda0609609ea
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 27787b5..b8487a9 100644 --- a/api/current.txt +++ b/api/current.txt @@ -18463,7 +18463,7 @@ package android.service.textservice { field public static final java.lang.String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService"; } - public abstract class SpellCheckerService.Session { + public static abstract class SpellCheckerService.Session { ctor public SpellCheckerService.Session(); method public android.os.Bundle getBundle(); method public java.lang.String getLocale(); |