Class android.inputmethodservice.InputMethodService

Removed Methods
void setInputMethod(String)  
void setInputMethodAndSubtype(String, InputMethodSubtype)  
boolean switchToLastInputMethod()  
 

Added Methods
void switchInputMethod(String, InputMethodSubtype)  
boolean switchToPreviousInputMethod()  
 

Changed Methods
void requestShowSelf(int) Change from non-final to final.
 
boolean shouldOfferSwitchingToNextInputMethod() Change from non-final to final.
 
boolean switchToNextInputMethod(boolean) Change from non-final to final.
 
 

Added Fields
int BACK_DISPOSITION_ADJUST_NOTHING  
 

Changed Fields
int BACK_DISPOSITION_WILL_DISMISS Now deprecated.
 
int BACK_DISPOSITION_WILL_NOT_DISMISS Now deprecated.