Closed
Bug 984305
Opened 11 years ago
Closed 7 years ago
[LockScreen] Lockscreen apps receive notifications
Categories
(Firefox OS Graveyard :: Gaia::System::Lockscreen, defect)
Firefox OS Graveyard
Gaia::System::Lockscreen
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: da-yokota, Unassigned)
References
Details
Preconditions:
- Isolating lockscreen as a separate app
Lockscreen apps are downloadable from MarketPlace.
Lockscreen apps should receive notifications and need to show notifications after reboot.
"Bug 874364 [system] Notifications should persist at reboot" is ongoing.
This bug is implementing "mozResendAllNotifications" and this API require "certified" app type.
But lockscreen's app type shoud not be "certified" because users can select lockscreen freely from MarketPlace.
Changing security scope of "mozResendAllNotifications" for privileged apps. Is this enabled?
Depends on: lockscreen-as-app, 874364
Comment 1•11 years ago
|
||
Just for information purposes: the system app will make the `mozResendAllNotifications` when the phone reboots, at which point the system app will also forward these notifications into the lockscreen. So, if lockscreen app is implemented properly, it should not have to make the `mozResendAllNotifications` call, the system app will do this for it.
This bug will be implemented in 2.1 or later. Because some issues related to switching of downloadable lockscreen apps are under discussion.
Comment 3•7 years ago
|
||
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•