Set backup/restore progress notifications to low priority

This commit is contained in:
arkon 2020-04-30 18:40:36 -04:00
parent dff1f4dd52
commit 31b86f539b

View File

@ -95,7 +95,7 @@ object Notifications {
),
NotificationChannel(
CHANNEL_BACKUP_RESTORE_PROGRESS, context.getString(R.string.channel_backup_restore_progress),
NotificationManager.IMPORTANCE_DEFAULT
NotificationManager.IMPORTANCE_LOW
).apply {
group = GROUP_BACK_RESTORE
setShowBadge(false)