From f2e791de0219e9874ac1878de17ff814f308c8e5 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 17 Dec 2021 02:22:10 +0100 Subject: don't show led colors for vpn stats notifications, use them when app updates are available --- .../se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/fatweb/java/se.leap.bitmaskclient/appUpdate') diff --git a/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java b/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java index aaf487aa..939ed852 100644 --- a/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java +++ b/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadNotificationManager.java @@ -111,6 +111,7 @@ public class DownloadNotificationManager { NotificationManager.IMPORTANCE_LOW); channel.setSound(null, null); channel.setDescription(description); + channel.setLightColor(Color.BLUE); // Register the channel with the system; you can't change the importance // or other notification behaviors after this notificationManager.createNotificationChannel(channel); -- cgit v1.2.3