Hi, I am working on froyo 2.2 for downloading apk from server and install the apk. For this I need download url as input, which I will be passing to Download provider to download the apk.
But, along with download url as input I need some more information. So now I am getting the JSON object from server, and extracting download url and other information. Since download provider will not support for application/json MIME type I am using simple http connection to get the JSON object and then passing the download url to Download Provider. Can anybody suggest me how to make the Download Provider to support JSON response / how does it supports the 'application/json' MIME type. Thank you -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

