mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Remove unofficial link from test case
PiperOrigin-RevId: 477101201
(cherry picked from commit 9e310150a9)
This commit is contained in:
parent
b39dff76af
commit
4d073799e0
1 changed files with 3 additions and 5 deletions
|
|
@ -142,11 +142,9 @@ public class MediaControllerCompatCallbackWithMediaSessionCompatTest {
|
|||
}
|
||||
|
||||
/**
|
||||
* Setting the session extras is used for instance by <a
|
||||
* href="http://android-doc.github.io/reference/android/support/wearable/media/MediaControlConstants.html">
|
||||
* Wear OS</a> and System UI (starting with T) to receive extras for UI customization. An app
|
||||
* needs a way to set the session extras that are stored in the legacy session and broadcast to
|
||||
* the connected controllers.
|
||||
* Setting the session extras is used for instance by Wear OS and System UI (starting with T) to
|
||||
* receive extras for UI customization. An app needs a way to set the session extras that are
|
||||
* stored in the legacy session and broadcast to the connected controllers.
|
||||
*/
|
||||
@Test
|
||||
public void setExtras_onExtrasChangedCalled() throws Exception {
|
||||
|
|
|
|||
Loading…
Reference in a new issue