add better icon for notification

This commit is contained in:
2025-05-12 09:49:20 -04:00
parent af304d1315
commit 4a499abfbd
2 changed files with 6 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ class AutoBrightnessDelayService : Service() {
NOTIFICATION_ID,
NotificationCompat.Builder(this, CHANNEL_ID)
.setContentTitle("AutoBrightnessDelay running")
.setSmallIcon(android.R.drawable.ic_menu_view)
.setSmallIcon(R.drawable.brightness_auto)
.setOngoing(true)
.build(),
)