Add 30 day reminder for manual backups.

Co-authored-by: Michelle Tang <mtang@signal.org>
This commit is contained in:
Alex Hart
2025-06-25 14:05:37 -03:00
committed by Cody Henthorne
parent 82531630c7
commit e705495638
8 changed files with 532 additions and 176 deletions

View File

@@ -36,6 +36,7 @@ public final class NotificationIds {
public static final int NEW_LINKED_DEVICE = 120400;
public static final int OUT_OF_REMOTE_STORAGE = 120500;
public static final int INITIAL_BACKUP_FAILED = 120501;
public static final int MANUAL_BACKUP_NOT_CREATED = 120502;
private NotificationIds() { }