am ca1c55b3: AtscInput: Add a dummy implementation of abstract onSetCaptionEnabled()
* commit 'ca1c55b353482602c56bfe74caa56cd126d709e1': AtscInput: Add a dummy implementation of abstract onSetCaptionEnabled()
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