Add Android backup roaming control

This commit is contained in:
Курнат Андрей
2026-06-08 21:50:33 +03:00
parent c9c4b1b17d
commit cf366b2699
22 changed files with 1375 additions and 4 deletions
@@ -31,6 +31,7 @@ val OC_BACKUP = FolderBackUpConfiguration(
sourcePath = "/Photos",
uploadPath = "/Photos",
wifiOnly = true,
allowRoaming = false,
chargingOnly = true,
lastSyncTimestamp = 1542628397,
name = "",
@@ -43,6 +44,7 @@ val OC_BACKUP_ENTITY = FolderBackUpEntity(
sourcePath = "/Photos",
uploadPath = "/Photos",
wifiOnly = true,
allowRoaming = false,
chargingOnly = true,
lastSyncTimestamp = 1542628397,
name = "",