Description[Android] Change items shown in context meanu for mailto link
Current items (Open in new tab, Open in incognito tab, Copy link
address, Copy link text) shown in the context menu for mailto tag link
do not make sense.
Update the items shown in the context menu when long pressing a mailto
link. The items include:
1. Send message: same behavior as clicking the link which will navigate
to default mail app to send an email with parsed info from url.
2. Add to contacts:
- If no email address in the mailto, hid the menu item
- If more than one email addresses is present, select the first one
for adding to the contacts
3. Copy: copy all the email addresses (everything between mailto: and ?)
BUG=389056
Review-Url: https://codereview.chromium.org/2605283002
Cr-Commit-Position: refs/heads/master@{#442086}
Committed: https://chromium.googlesource.com/chromium/src/+/494e85acc477fced01f74b404f4d1c1c0a81a9fe
Patch Set 1 #
Total comments: 13
Patch Set 2 : Update based on Ted's comments. #
Total comments: 10
Patch Set 3 : Update based on Ted's comments. #
Total comments: 4
Patch Set 4 : Update based on Ted's comments. #Patch Set 5 : Update label for send email action to clearly state send email instead of send message. #Dependent Patchsets: Messages
Total messages: 39 (21 generated)
|