
Description
This plugin allows easy access to the Android file system. It allows you to get a file from the external storage using the Android "ACTION_OPEN_DOCUMENT" or "ACTION_GET_CONTENT" and copy it to an internal path. It is also possible to pass a URI to this plugin and get the file (if it exists in external storage).
Also, it is so easy to share files with external apps in a very simple way, using the ACTION_SEND.
Also it is possible to copy a file to External Storage and get a path to the external storage.
EXAMPLE CODE:
https://github.com/cnksoft/cnkFileManager-example-1
https://github.com/cnksoft/cnkFileManager-example-2
https://github.com/cnksoft/cnkFileManager-example-3
This plugin is designed only for Android.