Skip to content

Commit 6971153

Browse files
qchongAndroid (Google) Code Review
authored andcommitted
Merge "docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537" into ics-mr1
2 parents 070827e + ee71b1f commit 6971153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/inputmethodservice/InputMethodService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,8 +1712,8 @@ private boolean handleBack(boolean doIt) {
17121712

17131713
/**
17141714
* Override this to intercept key down events before they are processed by the
1715-
* application. If you return true, the application will not itself
1716-
* process the event. If you return true, the normal application processing
1715+
* application. If you return true, the application will not
1716+
* process the event itself. If you return false, the normal application processing
17171717
* will occur as if the IME had not seen the event at all.
17181718
*
17191719
* <p>The default implementation intercepts {@link KeyEvent#KEYCODE_BACK

0 commit comments

Comments
 (0)