Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/CommonVisualInterruptionSuppressors.kt +1 −0 Original line number Diff line number Diff line Loading @@ -381,6 +381,7 @@ class AvalancheSuppressor( .setContentText(textStr) .setSmallIcon(com.android.systemui.res.R.drawable.ic_settings) .setCategory(Notification.CATEGORY_SYSTEM) .setTimeoutAfter(/* one day in ms */ 24 * 60 * 60 * 1000L) .setAutoCancel(true) .addAction(android.R.drawable.button_onoff_indicator_off, actionStr, pendingIntent) .setContentIntent(pendingIntent) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/CommonVisualInterruptionSuppressors.kt +1 −0 Original line number Diff line number Diff line Loading @@ -381,6 +381,7 @@ class AvalancheSuppressor( .setContentText(textStr) .setSmallIcon(com.android.systemui.res.R.drawable.ic_settings) .setCategory(Notification.CATEGORY_SYSTEM) .setTimeoutAfter(/* one day in ms */ 24 * 60 * 60 * 1000L) .setAutoCancel(true) .addAction(android.R.drawable.button_onoff_indicator_off, actionStr, pendingIntent) .setContentIntent(pendingIntent) Loading