commit | 985b7b01742688f54bc1d5b5691be140ef98bedb | [log] [tgz] |
---|---|---|
author | Yixiao Luo <yixiaoluo@google.com> | Thu Mar 03 15:06:00 2022 -0800 |
committer | Yixiao Luo <yixiaoluo@google.com> | Thu Mar 03 15:06:00 2022 -0800 |
tree | 638fe4880fcc805c06c82859e46ae8cee2364fac | |
parent | 3e2a850fa69cb3d9b7c36e7c5bee177825c20f6c [diff] |
Cherry pick for contentAllowed bug fix Change-Id: Ib65897c642284bf5c2137a86c0cee9d36b107667
diff --git a/media/java/android/media/tv/interactive/TvInteractiveAppService.java b/media/java/android/media/tv/interactive/TvInteractiveAppService.java index 57730ac..52b00b7 100755 --- a/media/java/android/media/tv/interactive/TvInteractiveAppService.java +++ b/media/java/android/media/tv/interactive/TvInteractiveAppService.java
@@ -986,7 +986,7 @@ if (DEBUG) { Log.d(TAG, "notifyContentAllowed"); } - notifyContentAllowed(); + onContentAllowed(); } void notifyContentBlocked(TvContentRating rating) {