Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/CommonVisualInterruptionSuppressors.kt +1 −0 Original line number Diff line number Diff line Loading @@ -389,6 +389,7 @@ class AvalancheSuppressor( .setTicker(titleStr) .setContentTitle(titleStr) .setContentText(textStr) .setStyle(Notification.BigTextStyle().bigText(textStr)) .setSmallIcon(com.android.systemui.res.R.drawable.ic_settings) .setCategory(Notification.CATEGORY_SYSTEM) .setTimeoutAfter(/* one day in ms */ 24 * 60 * 60 * 1000L) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/CommonVisualInterruptionSuppressors.kt +1 −0 Original line number Diff line number Diff line Loading @@ -389,6 +389,7 @@ class AvalancheSuppressor( .setTicker(titleStr) .setContentTitle(titleStr) .setContentText(textStr) .setStyle(Notification.BigTextStyle().bigText(textStr)) .setSmallIcon(com.android.systemui.res.R.drawable.ic_settings) .setCategory(Notification.CATEGORY_SYSTEM) .setTimeoutAfter(/* one day in ms */ 24 * 60 * 60 * 1000L) Loading