mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 886627 - Enable device storage API on Android; r=mfinkle
This commit is contained in:
parent
229f5b779a
commit
ef05e77439
@ -865,3 +865,6 @@ pref("home.sync.updateMode", 0);
|
||||
|
||||
// How frequently to check if we should sync home provider data.
|
||||
pref("home.sync.checkIntervalSecs", 3600);
|
||||
|
||||
// Enable device storage API
|
||||
pref("device.storage.enabled", true);
|
||||
|
Loading…
Reference in New Issue
Block a user