refactor(helpers): minor code cleanup and documentation fixes

This commit is contained in:
2026-03-30 15:37:35 +02:00
parent f96bdc6f07
commit d270574365
6 changed files with 8 additions and 30 deletions
@@ -53,7 +53,7 @@ object BackupHelper {
Snackbar.make(view, R.string.toastmessage_restored, Snackbar.LENGTH_LONG).show()
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
// bypass "ZipException" for Android 14 or above applications when zip file names contain ".." or start with "/"
// bypass "ZipException" for Android 14 or above applications when zip file names contain "." or start with "/"
dalvik.system.ZipPathValidator.clearCallback()
}