Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5470b037 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents fc279777 2f11067a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()) {