Clarify javadoc in controller test app

This commit is contained in:
Ian Baker 2024-07-25 15:12:07 +01:00
parent 8c79a8fed2
commit 4af220a2ac

View File

@ -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 =