-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[APT-9577] Add DRM for downloads for offline usage : update SecureSto…
…rage to it can store the DRM key id Update SecureStorage to add new methods to save and fetch DRM key id. This ID will later be used to fetch the DRM key needed to decrypt a DRM-protected content. The ID is saved per content (per audio URL) and per DRM technology (we currently only support Widevine). Also make SecureStorage injectable with Dagger.
- Loading branch information
Showing
3 changed files
with
50 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters