Add support filter after backup export failure.

This commit is contained in:
Alex Hart
2025-06-20 16:32:34 -03:00
committed by Cody Henthorne
parent eeae9579d9
commit 18f7a88d66
8 changed files with 166 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ public final class NotificationIds {
public static final int UNREGISTERED_NOTIFICATION_ID = 20230102;
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;
private NotificationIds() { }