Merge "TIF: change documentation wording for onSetSurface()" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-02 03:26:29 +00:00
committed by Android (Google) Code Review

View File

@@ -745,7 +745,7 @@ public abstract class TvInputService extends Service {
* Called when the application sets the surface.
*
* <p>The TV input service should render video onto the given surface. When called with
* {@code null}, the input service should immediately release any references to the
* {@code null}, the input service should immediately free any references to the
* currently set surface and stop using it.
*
* @param surface The surface to be used for video rendering. Can be {@code null}.