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:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user