Skip to content

Commit 8513d59

Browse files
committed
Adding FileError to the Android platform for ICS, down to 26 failures on mobile-spec
1 parent 1dc2bab commit 8513d59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/platform/android.js

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ module.exports = {
119119
},
120120
File: { // exists natively on Android WebView, override
121121
path: "cordova/plugin/File"
122+
},
123+
FileError: { //exists natively on Android WebView on Android 4.x
124+
path: "cordova/plugin/FileError"
122125
}
123126
}
124127
};

0 commit comments

Comments
 (0)