提交 5807d2e0 编写于 作者: O olly 提交者: Oliver Woodman

Fix RequiresApi annotation

#minor-release

PiperOrigin-RevId: 357273184
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册