Closed
Bug 594790
Opened 15 years ago
Closed 15 years ago
use a manifest to add icons to android package
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(fennec2.0+)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| fennec | 2.0+ | --- |
People
(Reporter: blassey, Unassigned)
Details
we currently hard code the icons we include in our android package
http://mxr.mozilla.org/mozilla-central/source/embedding/android/Makefile.in#89
and hard code accessing them:
http://mxr.mozilla.org/mozilla-central/source/embedding/android/GeckoAppShell.java#461
the application should instead have some way specifying an arbitrary list of icons to be included in the package and we should be able to access them without hardcoding
| Reporter | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
Updated•15 years ago
|
tracking-fennec: ? → 2.0+
| Reporter | ||
Comment 1•15 years ago
|
||
we have MOZ_ANDROID_DRAWABLES now which accomplishes the same goal
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•