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?
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. 2013年5月11日土曜日 12時22分20秒 UTC+9 Kouji Ishikawa: > I customize Firefox OS for company. They hope that the data made by smart > devices must be secret, and the data do not in the local storage but a kind > of company's secure file server. > > > > Firefox OS is based on Android, then EXTRA_STORAGE means FUSE sdcard emulator > when a device has enough memory. And I can replace FUSE module that connect a > remote virtual server, and it works well on Android. > > > > But if getDeviceStorage return remote virtual storage; ex. WebDAV , it will > be very simple solution that a device sends all application's saving data to > remote virtual storage. And it fit well to the company's security policy. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
