Bug 886627 - Enable device storage API on Android; r=mfinkle

This commit is contained in:
Jim Chen 2014-07-24 16:42:50 -04:00
parent 229f5b779a
commit ef05e77439

View File

@ -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);