mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
Amazon related changes.
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ exports.defineAutoTests = function () {
|
||||
};
|
||||
|
||||
var getMalformedUrl = function () {
|
||||
if (cordova.platformId === 'android') {
|
||||
if (cordova.platformId === 'android' || cordova.platformId === 'amazon-fireos') {
|
||||
// bad protocol causes a MalformedUrlException on Android
|
||||
return "httpssss://example.com";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user