along with this program. If not, see <http://www.gnu.org/licenses/>.\r
-->\r
<manifest package="com.owncloud.android"\r
- android:versionCode="103013"\r
- android:versionName="1.3.13" xmlns:android="http://schemas.android.com/apk/res/android">\r
+ android:versionCode="103014"\r
+ android:versionName="1.3.14" xmlns:android="http://schemas.android.com/apk/res/android">\r
\r
<uses-permission android:name="android.permission.GET_ACCOUNTS" />\r
<uses-permission android:name="android.permission.USE_CREDENTIALS" />\r
mName = tmp[tmp.length - 1];
}
+ // use unknown mimetype as default behavior
+ mContentType = "application/octet-stream";
prop = propSet.get(DavPropertyName.GETCONTENTTYPE);
if (prop != null) {
mContentType = (String) prop.getValue();