Use "share_screenshot_as_stream" instead of Intent.EXTRA_STREAM
When both a URL as Intent.EXTRA_TEXT and a screenshot as Intent.EXTRA_STREAM present, most apps favor the latter. So we need to use a new extra name for a screenshot so that a URL could be prioritized as it is. BUG=455996 Review URL: https://codereview.chromium.org/1060243002 Cr-Commit-Position: refs/heads/master@{#324121}
Showing
Please register or sign in to comment