We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d981824 commit ee71b1fCopy full SHA for ee71b1f
core/java/android/inputmethodservice/InputMethodService.java
@@ -1712,8 +1712,8 @@ private boolean handleBack(boolean doIt) {
1712
1713
/**
1714
* 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
+ * application. If you return true, the application will not
+ * process the event itself. If you return false, the normal application processing
1717
* will occur as if the IME had not seen the event at all.
1718
*
1719
* <p>The default implementation intercepts {@link KeyEvent#KEYCODE_BACK
0 commit comments