am 859cc5f0: Merge "Adjust to onCreateSession() method signature change" into lmp-dev

* commit '859cc5f0e69f79ab5c628ad0b49b1cddd4cf5c69':
  Adjust to onCreateSession() method signature change
This commit is contained in:
Wonsik Kim
2014-07-18 11:40:43 +00:00
committed by Android Git Automerger

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();
}