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

Commit 193909da authored by Wonsik Kim's avatar Wonsik Kim Committed by Android (Google) Code Review
Browse files

Merge "Change visibility of TvInputManager.Session.setSurface()"

parents 7a8e6e59 f1c025cb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -414,8 +414,9 @@ public final class TvInputManager {
         *
         * @param surface A {@link android.view.Surface} used to render video.
         * @throws IllegalStateException if the session has been already released.
         * @hide
         */
        void setSurface(Surface surface) {
        public void setSurface(Surface surface) {
            if (mToken == null) {
                throw new IllegalStateException("the session has been already released");
            }