mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -185,6 +185,8 @@ public final class FrameworkMediaDrm implements ExoMediaDrm {
|
|||
mediaDrm.closeSession(sessionId);
|
||||
}
|
||||
|
||||
// Return values of MediaDrm.KeyRequest.getRequestType are equal to KeyRequest.RequestType.
|
||||
@SuppressLint("WrongConstant")
|
||||
@Override
|
||||
public KeyRequest getKeyRequest(
|
||||
byte[] scope,
|
||||
|
|
|
|||
Loading…
Reference in a new issue