TIF: Unhide TvInputCallback.onInputUpdated()
Needed to load proper resources when the TV input app is updated Bug: 26851344 Change-Id: If3d143a254a9585e90ab1d91abcdb68bf39eaa9f
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user