Android adaptive icons and monochromatic icons

This commit is contained in:
NicKoehler
2023-02-17 10:44:43 +01:00
parent 897f694ad4
commit 5913146175
26 changed files with 19 additions and 1 deletions

View File

@@ -594,7 +594,7 @@ class MainService : Service() {
}
val notification = notificationBuilder
.setOngoing(true)
.setSmallIcon(R.mipmap.ic_launcher)
.setSmallIcon(R.mipmap.ic_stat_logo)
.setDefaults(Notification.DEFAULT_ALL)
.setAutoCancel(true)
.setPriority(NotificationCompat.PRIORITY_DEFAULT)