Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3e9ee65 authored by Insun Kang's avatar Insun Kang Committed by android-build-merger
Browse files

Merge "VideoView2: Move MediaContolView2's hidden constant" into pi-dev

am: 27ed96bf

Change-Id: I754bda631577db7179f0d7811b75a26a8a9c392a
parents eece6eb9 27ed96bf
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -134,24 +134,6 @@ public class MediaControlView2 extends ViewGroupHelper<MediaControlView2Provider
     */
    public static final int BUTTON_SETTINGS = 11;

    /**
     * String for receiving command to show subtitle from MediaSession. Can be checked by
     * implementing {@link android.media.session.MediaSession.Callback#onCommand}
     * @hide
     */
    public static final String COMMAND_SHOW_SUBTITLE = "showSubtitle";
    /**
     * String for receiving command to hide subtitle from MediaSession. Can be checked by
     * implementing {@link android.media.session.MediaSession.Callback#onCommand}
     * @hide
     */
    public static final String COMMAND_HIDE_SUBTITLE = "hideSubtitle";

    /**
     * @hide TODO: remove once the implementation is revised
     */
    public static final String COMMAND_SET_FULLSCREEN = "setFullscreen";

    public MediaControlView2(@NonNull Context context) {
        this(context, null);
    }