and Wear apps expect only single-line text entry. The ENTER key should always trigger
and Wear apps expect only single-line text entry. The ENTER key should always trigger
a call to <a href="http://developer.android.com/reference/android/inputmethodservice/InputMethodService.html#sendDefaultEditorAction(boolean)">sendDefaultEditorAction</a>,
a call to <a href="{@docRoot}reference/android/inputmethodservice/InputMethodService.html#sendDefaultEditorAction(boolean)">sendDefaultEditorAction</a>,
which causes the app to dismiss the keyboard and continue on to the next step
which causes the app to dismiss the keyboard and continue on to the next step
or action.</p>
or action.</p>
</li>
</li>
<li><Strong>Use full screen mode IME</strong>
<li><Strong>Use full screen mode IME</strong>
<p>
<p>
Most on-screen input methods will consume most of the screen, leaving very little
Input methods on Wear will consume most of the screen, leaving very little of the
of the app visible; hence, we discourage Android Wear apps from presenting a
app visible; Using full-screen mode ensures an optimal user experience regardless
visible {@code EditTextView}. Instead, a full-screen IME uses