mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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();
|
Notification notification = builder.build();
|
||||||
notificationManager.notify(notificationId, notification);
|
notificationManager.notify(notificationId, notification);
|
||||||
if (!isNotificationStarted) {
|
if (!isNotificationStarted) {
|
||||||
|
// TODO(b/197817693): Explicitly indicate whether the receiver should be exported.
|
||||||
context.registerReceiver(notificationBroadcastReceiver, intentFilter);
|
context.registerReceiver(notificationBroadcastReceiver, intentFilter);
|
||||||
}
|
}
|
||||||
if (notificationListener != null) {
|
if (notificationListener != null) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue