hiddentao / cordova-plugin-filepath

Resolve native file paths from content URLs for Cordova platforms
Apache License 2.0
66 stars 127 forks source link

Fix for Downloads folder in Android 8+ #28

Closed nmatpt closed 5 years ago

nmatpt commented 6 years ago

In Android 8 the DocumentsContract.getDocumentId no longer returns a numeric identifier for the Downloads folder so the Long.valueOf throws an exception. This is a quick fix for that, it was tested in Android 8.0 and Android P.

distante commented 6 years ago

I have just test it and it works!