Set low priority on service notifications

pull/1466/head
Alex Baker 5 years ago
parent a02cd7ae71
commit 40245eb4b9

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

Loading…
Cancel
Save