푸시 알림 아이콘 - 앱 로고 아이콘으로 변경

This commit is contained in:
2024-10-15 23:53:31 +09:00
parent 4a167a00bd
commit b489f46910
6 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ class SodaLiveService : Service() {
)
val notificationBuilder = NotificationCompat.Builder(this, notificationChannelId)
.setSmallIcon(R.drawable.ic_notification)
.setSmallIcon(R.mipmap.ic_launcher)
.setContentTitle(getString(R.string.app_name))
.setContentText(content)
.setOngoing(true)