diff --git a/docs/xml/Android.Media.Session/MediaController.xml b/docs/xml/Android.Media.Session/MediaController.xml index a7da18668..a1115fe75 100644 --- a/docs/xml/Android.Media.Session/MediaController.xml +++ b/docs/xml/Android.Media.Session/MediaController.xml @@ -213,7 +213,7 @@ Get the extras for this session. - To be added. + The extras for this session, or null if none are set. Get the extras for this session. diff --git a/docs/xml/Android.Media.Session/MediaPlaybackType.xml b/docs/xml/Android.Media.Session/MediaPlaybackType.xml index 7d0b3699d..f72653fbd 100644 --- a/docs/xml/Android.Media.Session/MediaPlaybackType.xml +++ b/docs/xml/Android.Media.Session/MediaPlaybackType.xml @@ -38,7 +38,7 @@ 1 - To be added. + The session uses local playback. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -65,7 +65,7 @@ 2 - To be added. + The session uses remote playback. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Android.Media.Session/MediaSessionFlags.xml b/docs/xml/Android.Media.Session/MediaSessionFlags.xml index ada8a12d4..3b5da7a71 100644 --- a/docs/xml/Android.Media.Session/MediaSessionFlags.xml +++ b/docs/xml/Android.Media.Session/MediaSessionFlags.xml @@ -44,7 +44,7 @@ 1 - To be added. + Indicates that the session can handle media button events. This flag is a no-op on Android 8.0 (API level 26) and later, where all media sessions are expected to handle media button events. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -71,7 +71,7 @@ 2 - To be added. + Indicates that the session handles transport control commands through its callback. This flag is a no-op on Android 8.0 (API level 26) and later, where all media sessions are expected to handle transport controls. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.