Closed
Bug 1378348
Opened 8 years ago
Closed 8 years ago
Add to home screen not working on Android O
Categories
(Firefox for Android Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1372926
People
(Reporter: sebastian, Unassigned)
References
Details
We are currently using the INSTALL_SHORTCUT broadcast to add an icon to the home screen. This is not working on Android O anymore.
> The com.android.launcher.action.INSTALL_SHORTCUT broadcast no longer has any
> effect on your app, because it is now a private, implicit broadcast. Instead,
> you should create an app shortcut by using the requestPinShortcut() method from
> the ShortcutManager class.
https://developer.android.com/preview/behavior-changes.html
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
| 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
•