Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a1a1fa6 authored by Quddus Chong's avatar Quddus Chong Committed by Android Git Automerger
Browse files

am 6073985e: am 6971153d: Merge "docs: Fixed method description for...

am 6073985e: am 6971153d: Merge "docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537" into ics-mr1

* commit '6073985e':
  docs: Fixed method description for onKeyDown(int keyCode, KeyEvent event). Bug: 6318537
parents 03c8a189 6073985e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1712,8 +1712,8 @@ public class InputMethodService extends AbstractInputMethodService {
    
    /**
     * Override this to intercept key down events before they are processed by the
     * application.  If you return true, the application will not itself
     * 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
     * will occur as if the IME had not seen the event at all.
     * 
     * <p>The default implementation intercepts {@link KeyEvent#KEYCODE_BACK