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

Commit cee2ecc9 authored by Yu-Han Yang's avatar Yu-Han Yang
Browse files

Make emergency notification dismissable

Bug: 145608692
Fixes: 145608692

Test: on device
Change-Id: I7bf7d1786b6eed5fc32fdf438a223ec0020a4888
(cherry picked from commit 1f503e45)
parent c6e30702
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -637,7 +637,7 @@ class GnssVisibilityControl {
        return new Notification.Builder(context, SystemNotificationChannels.NETWORK_ALERTS)
                .setSmallIcon(com.android.internal.R.drawable.stat_sys_gps_on)
                .setWhen(0)
                .setOngoing(true)
                .setOngoing(false)
                .setAutoCancel(true)
                .setColor(context.getColor(
                        com.android.internal.R.color.system_notification_accent_color))