Merge "Fix InputType determination of WebTextView (DO NOT MERGE)" into honeycomb-mr2

This commit is contained in:
Tadashi G. Takaoka
2011-05-27 10:47:12 -07:00
committed by Android (Google) Code Review

View File

@@ -1174,7 +1174,7 @@ import junit.framework.Assert;
imeOptions |= EditorInfo.IME_ACTION_SEARCH;
break;
case EMAIL:
inputType = EditorInfo.TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS;
inputType |= EditorInfo.TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS;
imeOptions |= EditorInfo.IME_ACTION_GO;
break;
case NUMBER: