Closed
Bug 1620957
Opened 6 years ago
Closed 6 years ago
browser extra application id not handled
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
MOVED
People
(Reporter: aditi24.bhatnagar, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15
Steps to reproduce:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData("www.mozilla.org");
intent.setPackage("org.mozilla.firefox");
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.putExtra(Browser.EXTRA_APPLICATION_ID, "org.mozilla.firefox");
mCtx.startActivity(intent);
Actual results:
The url www.mozilla.org gets opened in a new tab
Expected results:
The url www.mozilla.org should have opened in last active tab, i.i it should handle the Browser.EXTRA_APPLICATION_ID flag in the same way other browsers on android handles it.
Comment 1•6 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → MOVED
| Assignee | ||
Updated•5 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
•