Merge "Cherry pick for contentAllowed bug fix" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-04 20:31:33 +00:00
committed by Android (Google) Code Review

View File

@@ -986,7 +986,7 @@ public abstract class TvInteractiveAppService extends Service {
if (DEBUG) {
Log.d(TAG, "notifyContentAllowed");
}
notifyContentAllowed();
onContentAllowed();
}
void notifyContentBlocked(TvContentRating rating) {