mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Blue as the sky
This commit is contained in:
@@ -28,6 +28,7 @@ import android.app.NotificationManager;
|
||||
import android.content.Context;
|
||||
import android.content.SharedPreferences;
|
||||
import android.content.res.Configuration;
|
||||
import android.graphics.Color;
|
||||
import android.os.Build;
|
||||
import android.os.DeadSystemException;
|
||||
import android.os.Handler;
|
||||
@@ -308,6 +309,7 @@ public class ApplicationEx extends Application {
|
||||
NotificationManager.IMPORTANCE_HIGH);
|
||||
notification.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
|
||||
notification.enableLights(true);
|
||||
notification.setLightColor(Color.BLUE);
|
||||
nm.createNotificationChannel(notification);
|
||||
|
||||
if (!Helper.isPlayStoreInstall(this)) {
|
||||
|
||||
Reference in New Issue
Block a user