Closed
Bug 833439
Opened 12 years ago
Closed 12 years ago
Uninstalling a web app does not remove the web app from the recently launched Android apps list
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jsmith, Unassigned)
Details
Steps:
1. Install a web app
2. Launch it
3. Uninstall the web app from about:apps
4. Check what Android processes are currently running
Expected:
The web app process should no longer be running.
Actual:
The web app process is still running after uninstall.
Comment 1•12 years ago
|
||
How are you determining running apps?
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Kevin Brosnan [:kbrosnan] from comment #1)
> How are you determining running apps?
The activity selector on a Galaxy Nexus (the double rectangle button).
Comment 3•12 years ago
|
||
Ahh. Those are recent, but not necessarily running, apps. Yes, its confusing.
Comment 4•12 years ago
|
||
That said, uninstalling should probably kill this. I think we might be able to use PackageManager.setComponentEnabledSetting to do this, but haven't looked very hard.
Comment 5•12 years ago
|
||
That shows recently launched apps. Killing an app does not remove it from that list. It is easy to demonstrate that behavior by launching an Android app and going into the Android settings -> applications and killing that Android app. It should still be listed when pressing the recent apps button.
Reporter | ||
Comment 6•12 years ago
|
||
(In reply to Kevin Brosnan [:kbrosnan] from comment #5)
> That shows recently launched apps. Killing an app does not remove it from
> that list. It is easy to demonstrate that behavior by launching an Android
> app and going into the Android settings -> applications and killing that
> Android app. It should still be listed when pressing the recent apps button.
Right, although I'm talking about the uninstall flow. If I uninstall an app, I would expect it no longer show up in the recently launched apps.
Reporter | ||
Updated•12 years ago
|
Summary: Uninstalling a web app does not kill the active web app process → Uninstalling a web app does not remove the web app from the recently launched Android apps list
Reporter | ||
Comment 7•12 years ago
|
||
Wont fixing - bug 837393 is removing this UI exposure.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
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
•