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

Commit c7cbd7b2 authored by Jae Seo's avatar Jae Seo Committed by Android (Google) Code Review
Browse files

Merge "TIF: Unhide TvInputCallback.onInputUpdated()"

parents 61e97e0e 63105295
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22913,6 +22913,7 @@ package android.media.tv {
    method public void onInputAdded(java.lang.String);
    method public void onInputRemoved(java.lang.String);
    method public void onInputStateChanged(java.lang.String, int);
    method public void onInputUpdated(java.lang.String);
    method public void onTvInputInfoChanged(android.media.tv.TvInputInfo);
  }
+1 −0
Original line number Diff line number Diff line
@@ -22922,6 +22922,7 @@ package android.media.tv {
    method public void onInputAdded(java.lang.String);
    method public void onInputRemoved(java.lang.String);
    method public void onInputStateChanged(java.lang.String, int);
    method public void onInputUpdated(java.lang.String);
    method public void onTvInputInfoChanged(android.media.tv.TvInputInfo);
  }
+0 −2
Original line number Diff line number Diff line
@@ -719,9 +719,7 @@ public final class TvInputManager {
         * the media on which a newer version of the package exists becomes available/unavailable.
         *
         * @param inputId The ID of the TV input.
         * @hide
         */
        @SystemApi
        public void onInputUpdated(String inputId) {
        }