Ahem (fix bad constant value).
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124836700
This commit is contained in:
parent
61df9aeb26
commit
bd248ffee5
@ -43,7 +43,7 @@ public interface DrmSession {
|
|||||||
/**
|
/**
|
||||||
* The session is open and has the keys required for decryption.
|
* The session is open and has the keys required for decryption.
|
||||||
*/
|
*/
|
||||||
int STATE_OPENED_WITH_KEYS = 3;
|
int STATE_OPENED_WITH_KEYS = 4;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the current state of the session.
|
* Gets the current state of the session.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user