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

Commit bd974cc8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Make low battery warning notification dismissable" into tm-dev am: 5470b037 am: a10a46f7 am: 791dae59 am: f7d51917

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18512408



Change-Id: I9a302202ae618dd7c75c90b1a8885cdc6b825ebf
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9bcf9de4 f7d51917
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()) {