From 985b7b01742688f54bc1d5b5691be140ef98bedb Mon Sep 17 00:00:00 2001 From: Yixiao Luo Date: Thu, 3 Mar 2022 15:06:00 -0800 Subject: [PATCH] Cherry pick for contentAllowed bug fix Change-Id: Ib65897c642284bf5c2137a86c0cee9d36b107667 --- .../android/media/tv/interactive/TvInteractiveAppService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/java/android/media/tv/interactive/TvInteractiveAppService.java b/media/java/android/media/tv/interactive/TvInteractiveAppService.java index 57730aca125fd..52b00b7b43e5f 100755 --- a/media/java/android/media/tv/interactive/TvInteractiveAppService.java +++ b/media/java/android/media/tv/interactive/TvInteractiveAppService.java @@ -986,7 +986,7 @@ public abstract class TvInteractiveAppService extends Service { if (DEBUG) { Log.d(TAG, "notifyContentAllowed"); } - notifyContentAllowed(); + onContentAllowed(); } void notifyContentBlocked(TvContentRating rating) {