Hi Kouji, ----- Original Message ----- > From: "Kouji Ishikawa" <[email protected]> > To: [email protected] > Sent: Sunday, May 12, 2013 8:31:25 PM > Subject: Re: [b2g] Can I change real strage encapsulated by the api > navigator.getDeviceStorage ? > > I recently know the API getDeviceStrage"s", it brings array of > enabled storage. And gecko/b2g/chrome/content/settings.js can set > default storage. But it hope the storage will local storage, isn't > it?
Currently, when you call getDeviceStorages, all of the storage areas returned are local. The storage areas that are currently suppported are internal sdcard, one or more physical sdcards, and possibly a USB Thumb drive (this last one is currently only a theoretical possibility, I'venever actually tested using this). > If it can have a remote virtual storage like cloud storage, device > user can have a large storage when network connection is stable, and > they will be happy. I'm not sure how remote virtual storage would fit in. It may be possible to fit it into the device storage framework, but we don't currently have any code which supports this. Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
