mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
ee4af48a10
commit
623be98d53
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,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…
Reference in a new issue