Merge "Make low battery warning notification dismissable" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-05-20 16:02:37 +00:00
committed by Android (Google) Code Review

View File

@@ -307,7 +307,6 @@ public class PowerNotificationWarnings implements PowerUI.WarningsUI {
.setContentText(contentText)
.setContentTitle(title)
.setOnlyAlertOnce(true)
.setOngoing(true)
.setStyle(new Notification.BigTextStyle().bigText(contentText))
.setVisibility(Notification.VISIBILITY_PUBLIC);
if (hasBatterySettings()) {