2 years ago
Android: 4.12.0 - OfflineDownloadManager
Release Notes
We're introducing an enhanced OfflineDrmManager, now called OfflineDownloadManager. Additionally, bugs such as null pointer exceptions have been addressed in the ViewModelManager and DeviceOrientationDelegate.
New Features
OfflineDrmManagerhas been renamedOfflineDownloadManagerand includes expanded functionality to support non-DRM use cases.- Additionally,
OfflineDownloadManagerallows developers to download video, audio, and in-manifest text renditions. - Developers can now handle offline downloads with the new abstract class,
OfflineDelegate.
Bug Fixes
- The SDK supports multiple downloads for offline DRM.
- The null pointer exceptions caused by
ViewModelManagerandDeviceOrientationDelegatehave been resolved.