Merge "Remove onUhandledInputEvent API." into nyc-dev
am: a1e4cbe211
* commit 'a1e4cbe2116bef9fad7c98836926317bde95d33e':
Remove onUhandledInputEvent API.
Change-Id: I13835ddbe40330694763d34d37e01b8deeb701d7
This commit is contained in:
@@ -403,9 +403,7 @@ public class WebViewClient {
|
||||
*
|
||||
* @param view The WebView that is initiating the callback.
|
||||
* @param event The key event.
|
||||
* @deprecated This method is subsumed by the more generic onUnhandledInputEvent.
|
||||
*/
|
||||
@Deprecated
|
||||
public void onUnhandledKeyEvent(WebView view, KeyEvent event) {
|
||||
onUnhandledInputEventInternal(view, event);
|
||||
}
|
||||
@@ -427,6 +425,7 @@ public class WebViewClient {
|
||||
*
|
||||
* @param view The WebView that is initiating the callback.
|
||||
* @param event The input event.
|
||||
* @removed
|
||||
*/
|
||||
public void onUnhandledInputEvent(WebView view, InputEvent event) {
|
||||
if (event instanceof KeyEvent) {
|
||||
|
||||
Reference in New Issue
Block a user