Interface android.view.inputmethod.InputConnection

Added Methods
boolean commitText(CharSequence, int, TextAttribute)  
boolean requestCursorUpdates(int, int)  
boolean setComposingRegion(int, int, TextAttribute)  
boolean setComposingText(CharSequence, int, TextAttribute)  
TextSnapshot takeSnapshot()  
 

Added Fields
int CURSOR_UPDATE_FILTER_CHARACTER_BOUNDS  
int CURSOR_UPDATE_FILTER_EDITOR_BOUNDS  
int CURSOR_UPDATE_FILTER_INSERTION_MARKER