forked from github/cordova-android
![]() The download method in FileTransfer was setting the HttpURLConnection.setDoOutput to true. On Android 4.0 this would force the connection to be a POST when what we actually want is a GET. I removed the offending line and tested the fix in 2.1, 2.2, 2.3 and 4.0. |
||
---|---|---|
.. | ||
assets | ||
libs | ||
res | ||
src/com/phonegap | ||
test/com/phonegap | ||
.classpath | ||
.project | ||
AndroidManifest.xml | ||
ant.properties | ||
build.xml | ||
default.properties | ||
project.properties |