How to create new MIME type in Android DownloadProvider?
I want to download a .JSON file from the tomcat server via Android DownloadManager. Is it possible to include the new MIME type like "application/json" in the android downloadprovider?..
Thanks 开发者_Go百科in advance, Bala
精彩评论