Android File Picker Plugin
This plugin allows you to pick a file from the integrated Android pop up.
Platforms:
this plugin only works Android.Functions:
androidFilePicker.show(type, pathToExport ,listener)
-- show file pickertype(string) type of file to get from pop up (Example "image/*"")
pathToExport(string) where to put file via system.pathForFile
listener(function) returns event.isError(boolean), event.error(string), event.filename(string) ,and event.uri(string)