Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c152415d authored by Jacqueline Bronger's avatar Jacqueline Bronger Committed by Android (Google) Code Review
Browse files

Merge "Only show TV PiP Notification once"

parents 135079a3 b7910857
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ public class TvPipNotificationController {
                .setOngoing(true)
                .setCategory(Notification.CATEGORY_SYSTEM)
                .setShowWhen(true)
                .setOnlyAlertOnce(true)
                .setSmallIcon(R.drawable.pip_icon)
                .setAllowSystemGeneratedContextualActions(false)
                .setContentIntent(createPendingIntent(context, ACTION_FULLSCREEN))