Ahem (fix bad constant value).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=124836700
This commit is contained in:
olly 2016-06-14 07:44:05 -07:00 committed by Oliver Woodman
parent 61df9aeb26
commit bd248ffee5

View File

@ -43,7 +43,7 @@ public interface DrmSession {
/**
* 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.