Merge "Remove the dummy implementation of onContentUnblocked()" into lmp-dev
This commit is contained in:
@@ -21,7 +21,6 @@ import android.content.ContentValues;
|
||||
import android.content.res.AssetFileDescriptor;
|
||||
import android.database.Cursor;
|
||||
import android.media.MediaPlayer;
|
||||
import android.media.tv.TvContentRating;
|
||||
import android.media.tv.TvContract;
|
||||
import android.media.tv.TvInputService;
|
||||
import android.net.Uri;
|
||||
@@ -111,11 +110,6 @@ public class AtscTvInputService extends TvInputService {
|
||||
mPlayer.setVolume(volume, volume);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onContentUnblocked(TvContentRating rating) {
|
||||
// Do nothing here.
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onTune(Uri channelUri) {
|
||||
Log.d(TAG, "onTune(" + channelUri + ")");
|
||||
|
||||
Reference in New Issue
Block a user