docs: fix build errors due to linked apache http classes

- apache.http packages have been dropped in mnc-dev, causing build errors

Change-Id: I3bcfe0e9a6ecfb20b27df1712e2e527f6af85982
This commit is contained in:
Joe Fernandez
2015-08-16 22:01:31 -07:00
parent 28f2ba8e30
commit 70004d9f4c

View File

@@ -98,7 +98,7 @@ sdk.platform.apiLevel=22
<h2 id="http">Deprecated HTTP Classes</h2>
<p>
The {@code org.apache.http} classes and the {@link android.net.http.AndroidHttpClient} class
The {@code org.apache.http} classes and the {@code android.net.http.AndroidHttpClient} class
have been deprecated in Android 5.1. These classes are no longer being maintained and you should
migrate any app code using these APIs to the {@link java.net.URLConnection} classes as soon as
possible.