Create foreground service notification icon

This commit is contained in:
2020-05-09 20:06:41 +02:00
parent 92074dd6e8
commit f5ba697ad7
6 changed files with 1 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ class ForegroundService : Service() {
.setContentTitle(resources.getString(R.string.service_notification_title))
.setContentText(resources.getString(R.string.service_notification_text, port))
.setContentIntent(pendingIntent)
.setSmallIcon(R.mipmap.ic_launcher)
.setSmallIcon(R.drawable.ic_foreground_service)
.setTicker("Ticker text")
.setPriority(Notification.PRIORITY_HIGH) // for under android 26 compatibility
.build()

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB