Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/TvPipNotificationController.java +1 −0 Original line number Diff line number Diff line Loading @@ -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)) Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/TvPipNotificationController.java +1 −0 Original line number Diff line number Diff line Loading @@ -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)) Loading