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

Commit 88865f3d authored by Jae Seo's avatar Jae Seo Committed by Android Git Automerger
Browse files

am 121db9e8: Merge "Unhide TvInputSession"

* commit '121db9e8':
  Unhide TvInputSession
parents a4ce30fd 121db9e8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -27696,6 +27696,14 @@ package android.tv {
    method public abstract boolean onTune(android.net.Uri);
  }
  public abstract class TvInputSession {
    ctor public TvInputSession();
    method public void release();
    method public void setSurface(android.view.Surface);
    method public void setVolume(float);
    method public void tune(android.net.Uri);
  }
}
package android.util {
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ import android.view.Surface;

/**
 * The TvInputSession provides the per-session functionality of TvInputService.
 *
 * @hide
 */
public abstract class TvInputSession {
    /**