mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Add TODOs for registerReceiver calls without flag
PiperOrigin-RevId: 461165173
This commit is contained in:
parent
6d27ff862b
commit
5a16376537
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue