Catch Exception for Intent.parseUri instead of URISyntaxException
Intent.parseUri can throw other excpetions like NumberFormatException. So we need to catch Exception to avoid crash. BUG=484336 Review URL: https://codereview.chromium.org/1134163002 Cr-Commit-Position: refs/heads/master@{#329482}
Showing
Please register or sign in to comment