mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Version 4.3.0-beta1. Tweak the name of the backup file.
This commit is contained in:
@@ -132,7 +132,7 @@ public class BackupSettings {
|
||||
boolean result = false;
|
||||
try {
|
||||
String time = new SimpleDateFormat("yyyyMMdd-HHmmss").format(new Date(System.currentTimeMillis()));
|
||||
String fileName = "Infinity_For_Reddit_Settings_Backup_v" + BuildConfig.VERSION_NAME + "-" + time + ".zip";
|
||||
String fileName = "Infinity_For_Reddit_Settings_Backup_v" + BuildConfig.VERSION_NAME + "-" + BuildConfig.VERSION_CODE + "-" + time + ".zip";
|
||||
String filePath = context.getExternalCacheDir() + "/Backup/" + fileName;
|
||||
ZipFile zip = new ZipFile(filePath, "123321".toCharArray());
|
||||
ZipParameters zipParameters = new ZipParameters();
|
||||
|
Reference in New Issue
Block a user