I have a custom keyboard for the Android phone, and I am trying to port it to the Android Tablet. I am running into a few issues with the Honeycomb OS. When I try to dismiss the keyboard, I get this error:

12-21 10:33:15.130: E/InputMethodService(32151): Unexpected null in startExtractingText : mExtractedText = null, input connection = null

and in my onFinish() from my InputMethodService class, I have the very standard:

@Override public void onFinishInput(){
    super.onFinishInput();
}

Has anyone else run into these problems? I am having a hard time finding documentation on the differences with the InputMethodService in Honeycomb compared to Android OS for phones.

Thanks

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.