Search code examples
androidiphonecordovasd-card

Through Phone Gap how to know total size[used+unused] of Sd-card


I am building multi platform Mobile Application using PhoneGap. My query is, Through LocalFileSystem how we'll know How much memory is there in Sd-Card [Used + Unused].

Or In any way possible, through any native way[android, iphone] How we can Find the SD-Card memory information[Used + Unused].


Solution

  • What about developing a plugin that accesses the native functionality like this.