cordova-plugin-intent
cordova-plugin-intent copied to clipboard
Extract content uri
extractFileFromContentUrl method added to the plugin which extracts file content from content://... URI using contentResolver.openInputStream, stores it to the temp file and returns its path.
Merge