How can I find out what version of HTTPclient is in Android 2.2 ? I think it's important information to have but I didn't see anything in Google's API documentation http://developer.android.com/reference/org/apache/http/client/package-summary.html
Also, after I download Apache's HTTPclient 4.1.3 (or the 4.2 dev beta) how do I make sure my app uses the API calls from the downloaded Apache library instead of Android's built-in HTTPclient API's ?
I think the last time I tried it I got a lot of warnings when my app started up about duplicate API's
Thanks !!
final VersionInfo[] httpVersion = VersionInfo.loadVersionInfo(new String[] {"org.apache.http","org.apache.http.client"}, null);