cordova-plugin-background-download
cordova-plugin-background-download copied to clipboard
android crash
Got some crash reports with null pointer at https://github.com/sgrebnov/cordova-plugin-background-download/blob/master/src/android/BackgroundDownload.java#L334
I guess that probably wants an if( cursor != null )
prefixed