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");
}
/**
@@ -28,7 +28,7 @@ import android.webkit.CookieManager;
import com.phonegap.api.Plugin;
import com.phonegap.api.PluginResult;
public class FileUploader extends Plugin {
public class FileTransfer extends Plugin {
private static final String LOG_TAG = "FileUploader";
private static final String LINE_START = "--";