summaryrefslogtreecommitdiff
path: root/docs/html
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2017-03-17 16:46:20 -0400
committerAlan Viverette <alanv@google.com>2017-03-17 16:48:12 -0400
commitd88a7ffc7c708ce11a6027320f1bd02727044e43 (patch)
tree090b28ec9fb509d52106cc22de431df503ac0953 /docs/html
parentdd08db08ff6a5fe89c63c813510c6ba07716dc6e (diff)
Update references to removed APIs
Test: make PRODUCT-sdk_google_aw_x86-sdk Change-Id: I8e13f43520e609808a9825fa3c89f4233076c5a9
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/topic/libraries/support-library/revisions.jd5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/html/topic/libraries/support-library/revisions.jd b/docs/html/topic/libraries/support-library/revisions.jd
index 9a24d1540e9b..adb1af5afe2a 100644
--- a/docs/html/topic/libraries/support-library/revisions.jd
+++ b/docs/html/topic/libraries/support-library/revisions.jd
@@ -316,14 +316,13 @@ APK size, we recommend that you just list the specific modules your app needs.
implementations, as well as any calls to this method, should be removed.
</li>
- <li>{@link android.support.v4.media.session.MediaSessionCompat#obtain
+ <li>{@code
MediaSessionCompat.obtain()} has been deprecated and replaced with the more
appropriately-named method
<a href="/reference/android/support/v4/media/session/MediaSessionCompat.html#fromMediaSession"><code>fromMediaSession()</code></a>.
</li>
- <li>{@link
- android.support.v4.media.session.MediaSessionCompat.QueueItem#obtain
+ <li>{@code
MediaSessionCompat.QueueItem.obtain()} has been deprecated and replaced with
the more appropriately-named method
<a href="/reference/android/support/v4/media/session/MediaSessionCompat.QueueItem.html#fromQueueItem"><code>fromQueueItem()</code></a>.