Commit 9e310150 by bachinger Committed by Marc Baechinger

Remove unofficial link from test case

PiperOrigin-RevId: 477101201
parent 7c055c96
...@@ -142,11 +142,9 @@ public class MediaControllerCompatCallbackWithMediaSessionCompatTest { ...@@ -142,11 +142,9 @@ public class MediaControllerCompatCallbackWithMediaSessionCompatTest {
} }
/** /**
* Setting the session extras is used for instance by <a * Setting the session extras is used for instance by Wear OS and System UI (starting with T) to
* href="http://android-doc.github.io/reference/android/support/wearable/media/MediaControlConstants.html"> * receive extras for UI customization. An app needs a way to set the session extras that are
* Wear OS</a> and System UI (starting with T) to receive extras for UI customization. An app * stored in the legacy session and broadcast to the connected controllers.
* needs a way to set the session extras that are stored in the legacy session and broadcast to
* the connected controllers.
*/ */
@Test @Test
public void setExtras_onExtrasChangedCalled() throws Exception { public void setExtras_onExtrasChangedCalled() throws Exception {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment