From b4aff97c85e730857893742f73a082f6b8d139ca Mon Sep 17 00:00:00 2001 From: satok Date: Thu, 3 Nov 2011 04:12:51 +0900 Subject: Introduce an API to cancel pending/running spell check tasks Bug: 5554629 Change-Id: Ifd840ea13976813639a2ee259124a21d9bb56893 --- api/current.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api/current.txt') diff --git a/api/current.txt b/api/current.txt index d83659f..cea308a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -24825,6 +24825,7 @@ package android.view.textservice { } public class SpellCheckerSession { + method public void cancel(); method public void close(); method public android.view.textservice.SpellCheckerInfo getSpellChecker(); method public void getSuggestions(android.view.textservice.TextInfo, int); -- cgit v1.1