Commit 5a163765 by olly Committed by Rohit Singh

Add TODOs for registerReceiver calls without flag

PiperOrigin-RevId: 461165173
parent 6d27ff86
......@@ -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