adding a new icon for the notifications
This commit is contained in:
parent
b48f18eaf8
commit
7f2470567d
6 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class SmsReceiver : BroadcastReceiver() {
|
|||
val builder = NotificationCompat.Builder(context, channelId)
|
||||
.setContentTitle(address)
|
||||
.setContentText(body)
|
||||
.setSmallIcon(R.drawable.ic_launcher_background)
|
||||
.setSmallIcon(R.drawable.ic_messenger)
|
||||
.setLargeIcon(BitmapFactory.decodeResource(context.resources, R.drawable.ic_launcher_background))
|
||||
.setStyle(NotificationCompat.BigTextStyle().setSummaryText(summaryText).bigText(body))
|
||||
.setContentIntent(pendingIntent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue