Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Android N
Description
There are three file plugin specs that fail on Android N developer preview 2: 138, 139, and 140. Each fails with the same error:
resolveLocalFileSystemURL failed for content provider {"code":5}: ENCODING_ERR
Seems to be an issue with resolving content:// URIs
Attachments
Issue Links
- duplicates
-
CB-10983 File Plugin content URL tests fail in mobile-spec on Android N
- Closed
Marking this as a test error, since the issue appears to be that our tests were relying on parsing the toString of a FileDescriptor and that toString must have changed in N.
Here: https://github.com/apache/cordova-plugin-file/blob/master/tests/src/android/TestContentProvider.java#L55