diff options
| author | 2015-08-17 05:14:03 +0000 | |
|---|---|---|
| committer | 2015-08-17 05:14:03 +0000 | |
| commit | b0514a0cd85228ee30486db4b64e95434bf364fb (patch) | |
| tree | 5aa96c04e264e81b86ce2d45281547518a2057ee | |
| parent | 7f64fa515525b0b21f6f212584550fd9e813c145 (diff) | |
| parent | 70004d9f4c80d3dfc9d37ff1fe4c2f859e0849a7 (diff) | |
am 70004d9f: docs: fix build errors due to linked apache http classes
* commit '70004d9f4c80d3dfc9d37ff1fe4c2f859e0849a7':
docs: fix build errors due to linked apache http classes
| -rw-r--r-- | docs/html/about/versions/android-5.1.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/about/versions/android-5.1.jd b/docs/html/about/versions/android-5.1.jd index 12386805b277..af397614fe2f 100644 --- a/docs/html/about/versions/android-5.1.jd +++ b/docs/html/about/versions/android-5.1.jd @@ -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. |