Default enable notification channel lights

This commit is contained in:
M66B
2019-06-07 07:58:41 +02:00
parent 3dbbff1fb5
commit 537bf56951
4 changed files with 4 additions and 0 deletions

View File

@@ -310,6 +310,7 @@ public class ApplicationEx extends Application {
getString(R.string.channel_notification),
NotificationManager.IMPORTANCE_HIGH);
notification.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
notification.enableLights(true);
nm.createNotificationChannel(notification);
NotificationChannel warning = new NotificationChannel(