Commit 51b98e81 by olly Committed by Oliver Woodman

Make Android Studio happy (make State public)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=160638478
parent 177a33bb
......@@ -42,7 +42,7 @@ public interface DrmSession<T extends ExoMediaCrypto> {
*/
@Retention(RetentionPolicy.SOURCE)
@IntDef({STATE_RELEASED, STATE_ERROR, STATE_OPENING, STATE_OPENED, STATE_OPENED_WITH_KEYS})
@interface State {}
public @interface State {}
/**
* The session has been released.
*/
......
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