Commit 99a2077f by olly Committed by microkatz

Add TODOs for registerReceiver calls without flag

PiperOrigin-RevId: 461165173
(cherry picked from commit 5a163765)
parent 95c84e55
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment