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
