Environment needs to be imported

This commit is contained in:
Nick Retallack
2012-06-20 17:15:24 -07:00
parent 3725d38655
commit 36a80af95d

View File

@@ -13,6 +13,7 @@ import org.json.JSONException;
import org.json.JSONObject;
import android.util.Log;
import android.os.Environment;
import com.phonegap.api.Plugin;
import com.phonegap.api.PluginResult;
@@ -152,4 +153,4 @@ public class Downloader extends Plugin {
return progress;
}
}
}