mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 20:29:54 +00:00
Fix NOTALLYX_BACKUP_LOGS_FILE .txt postfix
This commit is contained in:
parent
3c2400c7e6
commit
66ce623e85
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ import net.lingala.zip4j.model.enums.EncryptionMethod
|
|||
private const val TAG = "ExportExtensions"
|
||||
private const val NOTIFICATION_CHANNEL_ID = "AutoBackups"
|
||||
private const val NOTIFICATION_ID = 123412
|
||||
private const val NOTALLYX_BACKUP_LOGS_FILE = "notallyx-backup-logs"
|
||||
private const val NOTALLYX_BACKUP_LOGS_FILE = "notallyx-backup-logs.txt"
|
||||
private const val OUTPUT_DATA_BACKUP_URI = "backupUri"
|
||||
|
||||
const val AUTO_BACKUP_WORK_NAME = "com.philkes.notallyx.AutoBackupWork"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue