Closed
Bug 1168599
Opened 9 years ago
Closed 9 years ago
Change openExternalURLsPrivately to a per profile setting
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ally, Unassigned, Mentored)
References
Details
follow up. Bug 1162509 blocks us from using per profile settings in the settings ui, so this pref is shipping as a per app (global) pref and not a per profile pref. Once we're past that, shift this pref to a per profile pref.
should be fairly simple, swapping out
SharedPreferences sharedprefs = GeckoSharedPrefs.forApp(mAppContext);
for
SharedPreferences sharedprefs = GeckoSharedPrefs.forProfile(mAppContext);
Updated•9 years ago
|
Updated•9 years ago
|
Blocks: pb-external-link
No longer depends on: 1162509
Comment 1•9 years ago
|
||
I'm removing our current implementation in bug 1232467.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Assignee | ||
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
•