Replace backup progress dialog with notification

This commit is contained in:
arkon
2020-04-20 23:11:02 -04:00
parent d6e49be268
commit 42b536e40b
3 changed files with 50 additions and 20 deletions

View File

@@ -45,6 +45,12 @@ object Notifications {
const val CHANNEL_UPDATES_TO_EXTS = "updates_ext_channel"
const val ID_UPDATES_TO_EXTS = -401
/**
* Notification channel and ids used by the backup/restore system.
*/
const val CHANNEL_BACKUP = "backup_channel"
const val ID_BACKUP = -501
/**
* Creates the notification channels introduced in Android Oreo.
*