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

Commit 4aef7a56 authored by Jae Seo's avatar Jae Seo
Browse files

Unhide TvInputSession

This is necessary for the SDK build.

Change-Id: I64fb6b7e6cc3147edbfff0c34cd6af7f45a82364
parent 9e0ca634
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -27668,6 +27668,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 {
    /**