mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
File IO getFreeDiskSpace()
This commit is contained in:
+2
-2
@@ -310,8 +310,8 @@ var Device = {
|
||||
|
||||
file: {
|
||||
result: "",
|
||||
testSaveLocationExists: function(){
|
||||
Device.file.result = window.DroidGap.testSaveLocationExists();
|
||||
getFreeDiskSpace: function(){
|
||||
Device.file.result = window.DroidGap.getFreeDiskSpace();
|
||||
return Device.file.result;
|
||||
},
|
||||
testFileExists: function(file){
|
||||
|
||||
Reference in New Issue
Block a user