Suppress lint warning about IntDef assignment.
The values returned by the framework method are equivalent to the local IntDef values. PiperOrigin-RevId: 407048748
This commit is contained in:
parent
72f56760bb
commit
cb86a8af49
@ -185,6 +185,8 @@ public final class FrameworkMediaDrm implements ExoMediaDrm {
|
|||||||
mediaDrm.closeSession(sessionId);
|
mediaDrm.closeSession(sessionId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Return values of MediaDrm.KeyRequest.getRequestType are equal to KeyRequest.RequestType.
|
||||||
|
@SuppressLint("WrongConstant")
|
||||||
@Override
|
@Override
|
||||||
public KeyRequest getKeyRequest(
|
public KeyRequest getKeyRequest(
|
||||||
byte[] scope,
|
byte[] scope,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user