|
|
|
@ -60,6 +60,7 @@ abstract class InjectingService : Service() {
|
|
|
|
return NotificationCompat.Builder(
|
|
|
|
return NotificationCompat.Builder(
|
|
|
|
this, NotificationManager.NOTIFICATION_CHANNEL_MISCELLANEOUS)
|
|
|
|
this, NotificationManager.NOTIFICATION_CHANNEL_MISCELLANEOUS)
|
|
|
|
.setSound(null)
|
|
|
|
.setSound(null)
|
|
|
|
|
|
|
|
.setPriority(NotificationCompat.PRIORITY_LOW)
|
|
|
|
.setSmallIcon(R.drawable.ic_check_white_24dp)
|
|
|
|
.setSmallIcon(R.drawable.ic_check_white_24dp)
|
|
|
|
.setContentTitle(getString(R.string.app_name))
|
|
|
|
.setContentTitle(getString(R.string.app_name))
|
|
|
|
.setContentText(getString(notificationBody))
|
|
|
|
.setContentText(getString(notificationBody))
|
|
|
|
|