rschnapp / BusMan

Android app uses NFC tags to maintain a passenger manifest
Apache License 2.0
29 stars 12 forks source link

Use of DownloadManager causes accumulation of empty entries #1

Open rschnapp opened 9 years ago

rschnapp commented 9 years ago

Automated downloading of the messages file generates an entry in the Downloads database, each time a successful download is performed. Since we are unconditionally downloading the file, that could lead to a large accumulation of database entries that are essentially tombstones (since we move the file upon completion).

We should either stop using the DownloadManager or figure out a way to delete these download records.