Merge "Only show TV PiP Notification once"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c152415d07
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user