Closed
Bug 1175915
Opened 10 years ago
Closed 10 years ago
Android will no longer call android installer to install .apk files downloaded by the browser
Categories
(Firefox for Android Graveyard :: Download Manager, defect)
Tracking
(firefox41 affected)
RESOLVED
DUPLICATE
of bug 1176018
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: wgianopoulos, Assigned: mcomella)
Details
(Keywords: regression)
Android will no longer call android installer to install .apk files downloaded by the browser
Comment 1•10 years ago
|
||
Android will no longer, or Firefox will no longer?
Firefox should prompt you about downloading any APK.
Reporter | ||
Comment 2•10 years ago
|
||
I have install apps form untrusted sources enabled on my device this is a regression between the 6/16 and 6/17 nightly build.
Reporter | ||
Comment 3•10 years ago
|
||
Too make it clear, the error is not a android blocked the install it is a message form Firefox saying I don't know what to do with this file type.
Reporter | ||
Comment 4•10 years ago
|
||
And just to e on my soapbox, we will have more of these types of things not tested by real users the longer wee keep the tree open with no nightlies being updated for our users.
Reporter | ||
Comment 5•10 years ago
|
||
So revision window is http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=ce863f9d8864&tochange=d7c148c84594. I am bisecting that
Reporter | ||
Comment 6•10 years ago
|
||
This is less of an issue now that automatic nightly updates are working once again, however it is still not possible to, for example, install Aurora from this page http://aurora.mozilla.org/ using a current nightly build. I am lowering the importance to major.
Severity: blocker → major
Reporter | ||
Updated•10 years ago
|
OS: Gonk (Firefox OS) → Android
Reporter | ||
Comment 7•10 years ago
|
||
Seems was a merge form fx-team that caused this so need to bisect that now.
Reporter | ||
Comment 8•10 years ago
|
||
OK so hg bisect identified a security bug I can't see bug 1168662. trying a backout.
Reporter | ||
Comment 9•10 years ago
|
||
and this was verified via backout.
Reporter | ||
Comment 10•10 years ago
|
||
upping this back to being a blocker if i cannot back this out becuase of security i cannot see this is impoacting my ability to work in other areas.
Reporter | ||
Updated•10 years ago
|
Severity: major → blocker
Reporter | ||
Comment 11•10 years ago
|
||
Oh I neglected to post that hg bisect said:
The first bad revision is:
changeset: 248941:cb07547fd9ab
user: Michael Comella <michael.l.comella@gmail.com>
date: Fri Jun 12 16:26:24 2015 -0700
summary: Bug 1168662 - Modify all outgoing Intents with CATEGORY_BROWSABLE. r=margaret
Comment 12•10 years ago
|
||
NI'ing Mike so he is aware of the regression
Flags: needinfo?(michael.l.comella)
Assignee | ||
Comment 13•10 years ago
|
||
My assumption is that the Android installer does not accept CATEGORY_BROWSABLE.
The best solution here is to identify when we're creating an Intent to open a downloaded APK and remove the CATEGORY_BROWSABLE category from the sent Intent.
Assignee: nobody → michael.l.comella
Flags: needinfo?(michael.l.comella)
Reporter | ||
Updated•10 years ago
|
Severity: blocker → major
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
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
•