Merge "TIF: call tune() in HardwareSession" into lmp-mr1-dev

This commit is contained in:
Dongwon Kang
2014-12-03 02:22:09 +00:00
committed by Android (Google) Code Review

View File

@@ -1210,6 +1210,7 @@ public abstract class TvInputService extends Service {
}
mServiceHandler.obtainMessage(ServiceHandler.DO_NOTIFY_SESSION_CREATED, args)
.sendToTarget();
session.tune(TvContract.buildChannelUriForPassthroughInput(getHardwareInputId()));
}
@Override