Use launcher round icon for service icon

This commit is contained in:
Martin Valba 2022-12-28 20:22:18 +02:00
parent 8673bbba80
commit 21eecb288a

View File

@ -149,7 +149,7 @@ class NeoTermService : Service() {
val builder = NotificationCompat.Builder(this, DEFAULT_CHANNEL_ID)
builder.setContentTitle(getText(R.string.app_name))
builder.setContentText(contentText)
builder.setSmallIcon(R.drawable.ic_terminal_running)
builder.setSmallIcon(R.mipmap.ic_launcher_round)
builder.setContentIntent(pendingIntent)
builder.setOngoing(true)
builder.setShowWhen(false)