Merge "Catch badly formed URLs in WebView accessibility injector." into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
36425d19fc
@@ -514,6 +514,8 @@ class AccessibilityInjector {
|
|||||||
}
|
}
|
||||||
} catch (URISyntaxException e) {
|
} catch (URISyntaxException e) {
|
||||||
// Do nothing.
|
// Do nothing.
|
||||||
|
} catch (IllegalArgumentException e) {
|
||||||
|
// Catch badly-formed URLs.
|
||||||
}
|
}
|
||||||
|
|
||||||
return ACCESSIBILITY_SCRIPT_INJECTION_UNDEFINED;
|
return ACCESSIBILITY_SCRIPT_INJECTION_UNDEFINED;
|
||||||
|
|||||||
Reference in New Issue
Block a user