Closed
Bug 601280
Opened 15 years ago
Closed 15 years ago
Shared links do not include titles on Android
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(fennec2.0b2+)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | 2.0b2+ | --- |
People
(Reporter: mbrubeck, Assigned: mbrubeck)
Details
Attachments
(1 file)
|
8.67 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
The external sharing app service should include the title parameter as EXTRA_SUBJECT when it generates an ACTION_SEND intent.
Unfortunately it looks like the Android Twitter and SMS apps do not use the EXTRA_SUBJECT. (The Email and GMail apps do, of course.) We could consider just sending "<title> - <url>" as the body of the message instead.
Attachment #480296 -
Flags: review?(blassey.bugs)
Updated•15 years ago
|
Attachment #480296 -
Flags: review?(blassey.bugs) → review+
Comment 1•15 years ago
|
||
(In reply to comment #0)
> Unfortunately it looks like the Android Twitter and SMS apps do not use the
> EXTRA_SUBJECT. (The Email and GMail apps do, of course.) We could consider
> just sending "<title> - <url>" as the body of the message instead.
I don't think so. Title should be completely optional IMO. Just decoration really.
| Assignee | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
Updated•15 years ago
|
tracking-fennec: ? → 2.0b2+
Updated•15 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 2•15 years ago
|
||
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•