Adjust to onCreateSession() method signature change
Change-Id: I6137f2d85eb2ca18fb3e50bac54f048470145cd5
This commit is contained in:
@@ -57,7 +57,7 @@ public class AtscTvInputService extends TvInputService {
|
||||
}
|
||||
|
||||
@Override
|
||||
public TvInputService.Session onCreateSession() {
|
||||
public TvInputService.Session onCreateSession(String inputId) {
|
||||
return new MyTvInputSessionImpl();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user