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
or action.</p>
</li>
<li><Strong>Use full screen mode IME</strong>
<p>
Most on-screen input methods will consume most of the screen, leaving very little
of the app visible; hence, we discourage Android Wear apps from presenting a
visible {@code EditTextView}. Instead, a full-screen IME uses