ANDROID: 4.9.0
over 2 years ago by Kevin A. Cornelius
In Android 4.9.0, offline DRM playback, lifecyle improvements, and several fixes have been released.
New Feature
- Support has been added for offline DRM playback.
General Improvement
- Improvements have been made on Android Lifecycle on API levels < 7.0.
Fixes
- Fixed an issue where
pauseAd(true)
doesn't fire when the player is detached from window. - Fixed an issue that caused PIP to use the whole acitivity.
- Fixed an issue that made
useTextureView(true)
to cause lifecycle crashes.
Go to Android Release Notes to see all the previous releases on a single page.