Closed
Bug 1482105
Opened 7 years ago
Closed 7 years ago
Constant notification ringing when updating Nightly
Categories
(Firefox for Android Graveyard :: Download Manager, defect)
Tracking
(firefox62 unaffected, firefox63 verified)
VERIFIED
FIXED
Firefox 63
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | unaffected |
| firefox63 | --- | verified |
People
(Reporter: sflorean, Assigned: JanH)
References
Details
Attachments
(1 file)
Devices:
Samsung Galaxy Note8 (Android 8.0.0)
Build: Nightly 63.0a1 (2018-08-08);
Steps to reproduce:
1. Go to settings -> Mozilla Nightly -> About Nightly
2. Tap on check for updates.
Expected result:
A notification is displayed that the download has started.
Actual result:
The phone keeps ringing as the download goes on.
Notes:
Not reproducing: Motorola Nexus 6 (Android 7.1.1), Sony Xperia Z2(Android 6.0.1)
Updated•7 years ago
|
Assignee: nobody → andrei.a.lazar
| Reporter | ||
Comment 1•7 years ago
|
||
Note: not reproducible when trying to update Nightly from Google Play.
Comment 2•7 years ago
|
||
Hi,
Ran a regression using OnePlus 5T (Android 8.0).
Regression-window:
First known bad build: 2018-07-17
Last known good build: 2018-07-16
Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=2ed1506d1dc7db3d70a3feed95f1456bce05bbee&tochange=547144f5596c1a146b208d68d93950a6313080ca
| Assignee | ||
Comment 3•7 years ago
|
||
Adding that particular notification channel should be guarded by AppConstants.MOZ_UPDATER.
| Assignee | ||
Updated•7 years ago
|
Assignee: andrei.a.lazar → jh+bugzilla
Hardware: ARM → All
| Assignee | ||
Comment 4•7 years ago
|
||
To avoid cluttering our notification settings on builds not using the built-in
updater, we only add that channel when required.
Passing a null channelId to the system NotificationManager, which can then
happen if someone attempts to use the UPDATER channel anyway, even though
MOZ_UPDATER is false, is safe. It just means that the NotificationManager will
return the system's default channel, which will silently swallow any
notifications posted to it from apps targeting Android O or above.
Comment 5•7 years ago
|
||
Comment on attachment 9004973 [details]
Bug 1482105 - Use dedicated notification channel for the built-in updater. r?jchen
Jim Chen [:jchen] [:darchons] has approved the revision.
Attachment #9004973 -
Flags: review+
Pushed by mozilla@buttercookie.de:
https://hg.mozilla.org/integration/autoland/rev/8d407fff0058
Use dedicated notification channel for the built-in updater. r=jchen
Comment 7•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 8•7 years ago
|
||
Oana can you have a look at this and verify it on the device we got the regression?
Flags: needinfo?(oana.horvath)
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
•