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

Commit 63105295 authored by Jae Seo's avatar Jae Seo
Browse files

TIF: Unhide TvInputCallback.onInputUpdated()

Needed to load proper resources when the TV input app is updated

Bug: 26851344
Change-Id: If3d143a254a9585e90ab1d91abcdb68bf39eaa9f
parent d2454432
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22892,6 +22892,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
@@ -22901,6 +22901,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) {
        }