mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Added streaming support for audio
This commit is contained in:
+2
-2
@@ -315,7 +315,7 @@ var Device = {
|
||||
return Device.storage.result;
|
||||
},
|
||||
testExistence: function(file){
|
||||
Device.storage.result = window.DroidGap.testDirOrFileExists(file);
|
||||
Device.storage.result = window.DroidGap.testFileExists(file);
|
||||
return Device.storage.result;
|
||||
},
|
||||
delFile: function(file){
|
||||
@@ -329,7 +329,7 @@ var Device = {
|
||||
createDir: function(file){
|
||||
Device.storage.result = window.DroidGap.createDirectory(file);
|
||||
return Device.storage.result;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user