mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Clarify javadoc in controller test app
This commit is contained in:
parent
8c79a8fed2
commit
4af220a2ac
@ -100,9 +100,8 @@ class LaunchActivity : AppCompatActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Encapsulates the API 21+ functionality of looking for and observing updates to active media
|
* Encapsulates the functionality of looking for and observing updates to active media
|
||||||
* sessions. We only construct an instance of this class if the device is running L or later, to
|
* sessions.
|
||||||
* avoid any ClassNotFoundExceptions due to the use of MediaSession and related classes.
|
|
||||||
*/
|
*/
|
||||||
private inner class ActiveSessionListener {
|
private inner class ActiveSessionListener {
|
||||||
private val activeSessionApps: MediaAppListAdapter.Section =
|
private val activeSessionApps: MediaAppListAdapter.Section =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user