my app, at first user login, downloads zip file.
Some users experienced disappearing this zip file. I found that sometimes device maintenance removes this zip.
How to prevent from deleting my zip file?
EDIT: User log in in my app. After successfull login my app downloads zip file with videos which are necessary. For downloading file I use DownloadManager. I save file in
Environment.getExternalStorageDirectory() + "/Android/data/" + BuildConfig.APPLICATION_ID + "/files/"
At the beginning it works well but after some time (let's say one week), this downloaded file disappears and user needs to download it one more time.