I\'m using DownloadManager to download a file from a webService. The download end successfuly, but when I try to open the new file in the \"download\" folder I\'ve got this erro
Okay I found the problem !
I had to specify the "MIME content type" of the file using setMimeType().
public DownloadManager.Request setMimeType (String mimeType);