Add missing IME_ACTION_NEXT

Change-Id: I377042c1750dd97b922bcf40bffb4046e023f6bb
This commit is contained in:
Tadashi G. Takaoka 2011-05-24 11:22:25 +09:00
parent 05c9b0182b
commit 8e26dfeaae

View file

@ -78,6 +78,9 @@ public class EditorInfoCompatUtils {
case EditorInfo.IME_ACTION_SEND:
action = "actionSend";
break;
case EditorInfo.IME_ACTION_NEXT:
action = "actionNext";
break;
case EditorInfo.IME_ACTION_DONE:
action = "actionDone";
break;