Commit bd248ffe by olly Committed by Oliver Woodman

Ahem (fix bad constant value).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=124836700
parent 61df9aeb
...@@ -43,7 +43,7 @@ public interface DrmSession { ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment