AtscInput: Add a dummy implementation of abstract onSetCaptionEnabled()
Change-Id: I9e65cb2a2f6da8ce4ed32c9c2ffb2c6523425f4b
This commit is contained in:
@@ -133,6 +133,11 @@ public class AtscTvInputService extends TvInputService {
|
||||
mPlayer.start();
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSetCaptionEnabled(boolean enabled) {
|
||||
Log.d(TAG, "onSetCaptionEnabled(" + enabled + ")");
|
||||
}
|
||||
}
|
||||
|
||||
private class ProgramUpdateTask extends AsyncTask<Object, Void, Void> {
|
||||
|
||||
Reference in New Issue
Block a user