Cherry pick for contentAllowed bug fix

Change-Id: Ib65897c642284bf5c2137a86c0cee9d36b107667
This commit is contained in:
Yixiao Luo
2022-03-03 15:06:00 -08:00
parent 3e2a850fa6
commit 985b7b0174

View File

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