Closed
Bug 1164114
Opened 10 years ago
Closed 9 years ago
Handle intent uris without an explicit package set
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Firefox 41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: mcomella, Assigned: mcomella)
References
Details
Attachments
(1 file)
In bug 851693 comment 5 (and subsequent comments), it was discussed that there should be a prompt to notify the user that a new page will be opened. While handling the actually intent uri seems fairly straight-forward, displaying the prompt is less so, hence the breakout from bug 851693.
Assignee | ||
Comment 1•9 years ago
|
||
Actually, I never bothered to try it - it *just works* if we don't block on having a specific package set.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → michael.l.comella
Assignee | ||
Comment 2•9 years ago
|
||
Bug 1164114 - Open Intent URIs without a specific package set. r?margaret
The Android Activity chooser dialog will appear.
Attachment #8616974 -
Flags: review?(margaret.leibovic)
Comment 3•9 years ago
|
||
Comment on attachment 8616974 [details]
MozReview Request: Bug 1164114 - Open Intent URIs without a specific package set. r?margaret
https://reviewboard.mozilla.org/r/10499/#review9311
Nice :)
Attachment #8616974 -
Flags: review?(margaret.leibovic) → review+
Comment 4•9 years ago
|
||
Interesting, even if there's only one app to handle the intent installed? Android still prompts? I would have thought you would need to explicitly use a Choocer intent to always get it... http://developer.android.com/reference/android/content/Intent.html#createChooser%28android.content.Intent,%20java.lang.CharSequence%29
Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Wesley Johnston (:wesj) from comment #4)
> Interesting, even if there's only one app to handle the intent installed?
Looking at the comments from bug 851693, it seems I got the UX concerns backward - I was concerned about not showing a dialog when there are multiple applications installed (yeah, I'm not sure how I thought that made sense either).
I filed bug 1173147.
Assignee | ||
Comment 6•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•