Commit 5807d2e0 by olly Committed by Oliver Woodman

Fix RequiresApi annotation

#minor-release

PiperOrigin-RevId: 357273184
parent 26371ae4
......@@ -31,7 +31,6 @@ import java.util.Map;
import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
/** Default implementation of {@link DrmSessionManagerProvider}. */
@RequiresApi(18)
public final class DefaultDrmSessionManagerProvider implements DrmSessionManagerProvider {
private final Object lock;
......@@ -92,6 +91,7 @@ public final class DefaultDrmSessionManagerProvider implements DrmSessionManager
}
}
@RequiresApi(18)
private DrmSessionManager createManager(MediaItem.DrmConfiguration drmConfiguration) {
HttpDataSource.Factory dataSourceFactory =
drmHttpDataSourceFactory != null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment