Add TODOs for registerReceiver calls without flag

PiperOrigin-RevId: 461165173
This commit is contained in:
olly 2022-07-15 10:34:53 +00:00 committed by Rohit Singh
parent 6d27ff862b
commit 5a16376537

View file

@ -1162,6 +1162,7 @@ public class PlayerNotificationManager {
Notification notification = builder.build();
notificationManager.notify(notificationId, notification);
if (!isNotificationStarted) {
// TODO(b/197817693): Explicitly indicate whether the receiver should be exported.
context.registerReceiver(notificationBroadcastReceiver, intentFilter);
}
if (notificationListener != null) {