푸시 알림 아이콘 - 앱 로고 아이콘으로 변경
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user