Merge "Adjust to onCreateSession() method signature change" into lmp-dev

This commit is contained in:
Wonsik Kim
2014-07-18 04:35:04 +00:00
committed by Android (Google) Code Review

View File

@@ -57,7 +57,7 @@ public class AtscTvInputService extends TvInputService {
}
@Override
public TvInputService.Session onCreateSession() {
public TvInputService.Session onCreateSession(String inputId) {
return new MyTvInputSessionImpl();
}