Use a unique notification icon for backups.

This commit is contained in:
Greyson Parrelli
2018-10-27 23:34:18 -07:00
parent dfe8b25dd7
commit 86e4221182
6 changed files with 2 additions and 1 deletions

View File

@@ -63,7 +63,8 @@ public class LocalBackupJob extends ContextJob {
GenericForegroundService.startForegroundTask(context,
context.getString(R.string.LocalBackupJob_creating_backup),
NotificationChannels.BACKUPS);
NotificationChannels.BACKUPS,
R.drawable.ic_signal_backup);
try {
String backupPassword = TextSecurePreferences.getBackupPassphrase(context);