mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08:00
Make Android Studio happy (make State public)
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=160638478
This commit is contained in:
parent
177a33bbee
commit
51b98e817c
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user