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

* commit '92dc4e5b46e64c64c4b9472b929e69b7cf2cba87':
  Adjust to onCreateSession() method signature change
This commit is contained in:
Wonsik Kim
2014-07-18 13:13:25 +00:00
committed by Android Git Automerger

View File

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