Adjust to onCreateSession() method signature change

Change-Id: I6137f2d85eb2ca18fb3e50bac54f048470145cd5
This commit is contained in:
Wonsik Kim
2014-07-18 13:10:02 +09:00
parent 850c44e0ec
commit e7713aa686

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