Remaining FileUploader to FileTransfer

This commit is contained in:
macdonst
2011-01-06 22:57:54 +08:00
parent 1eae6786c4
commit 8d513e2765
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ public class DroidGap extends PhonegapActivity {
this.addService("Notification", "com.phonegap.Notification");
this.addService("Storage", "com.phonegap.Storage");
this.addService("Temperature", "com.phonegap.TempListener");
this.addService("FileUploader", "com.phonegap.FileUploader");
this.addService("FileTransfer", "com.phonegap.FileTransfer");
}
/**