Closed
Bug 1164112
Opened 10 years ago
Closed 10 years ago
Intent URI without an installed application searches store for "intent" rather than intent package
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1168980
People
(Reporter: mcomella, Unassigned)
References
Details
0) Without zxing installed...
1) Go to http://people.mozilla.org/~mcomella/test/intent_uri.html
2) Click "here"
3) Click "Search" on the toast
Expected: The Play Store is open with a search for "zxing" (or more specifically, zxing's package)
Actual: The Play Store is open with a search for "intent"
I wonder if this could be related to calling the handle functions multiple times (bug 1162173) because the first few urls that get passed in are "intent".
Comment 1•10 years ago
|
||
We pass the scheme of the original url to the store here:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/components/ContentDispatchChooser.js#64
so I'm guessing that your intent:// url is being passed through. Sounds like we can improve our "search" decisions a lot.
Reporter | ||
Comment 2•10 years ago
|
||
Fixed in bug 1168980.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•