mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Clarify javadoc in controller test app
This commit is contained in:
parent
8c79a8fed2
commit
4af220a2ac
1 changed files with 2 additions and 3 deletions
|
|
@ -100,9 +100,8 @@ class LaunchActivity : AppCompatActivity() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Encapsulates the API 21+ 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
|
||||
* avoid any ClassNotFoundExceptions due to the use of MediaSession and related classes.
|
||||
* Encapsulates the functionality of looking for and observing updates to active media
|
||||
* sessions.
|
||||
*/
|
||||
private inner class ActiveSessionListener {
|
||||
private val activeSessionApps: MediaAppListAdapter.Section =
|
||||
|
|
|
|||
Loading…
Reference in a new issue