<!-- Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html Thanks! --> ### Platforms affected Android ### What does this PR do? Fixes #473 ### What testing has been done on this change? Manual verification that `CordovaWebViewImpl.showWebPage` given file urls do not initiate an external intent request that crashes the app for Android 7+ devices. ### Checklist - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database: #473 - [X] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. - [X] Added automated test coverage as appropriate for this change. [ Full content available at: https://github.com/apache/cordova-android/pull/487 ] This message was relayed via gitbox.apache.org for [email protected]
