1
0
forked from firka/firka

firka(android): use app icon for Wear sync foreground service notification

This commit is contained in:
2026-03-01 14:39:27 +01:00
parent 5570f73cb4
commit befaa45cdf

View File

@@ -130,7 +130,7 @@ class WearSyncForegroundService : Service(), MessageClient.OnMessageReceivedList
return NotificationCompat.Builder(this, channelId)
.setContentTitle(notificationTitle)
.setContentText(notificationText)
.setSmallIcon(android.R.drawable.ic_menu_my_calendar)
.setSmallIcon(R.drawable.ic_notification)
.setContentIntent(pendingIntent)
.setOngoing(true)
.build()