am a7edbbdd: am 76c5144e: am 36425d19: Merge "Catch badly formed URLs in WebView accessibility injector." into jb-mr1-dev

* commit 'a7edbbdd8dc73cb0d9e9c0726a72cfe01b5fb80f':
  Catch badly formed URLs in WebView accessibility injector.
This commit is contained in:
erin rosenthal
2012-10-22 18:02:12 -07:00
committed by Android Git Automerger

View File

@@ -514,6 +514,8 @@ class AccessibilityInjector {
}
} catch (URISyntaxException e) {
// Do nothing.
} catch (IllegalArgumentException e) {
// Catch badly-formed URLs.
}
return ACCESSIBILITY_SCRIPT_INJECTION_UNDEFINED;