Save TBA updates in the internal android storage
Copy reference -
Report abuse
- View options
- Truncate descriptions
Currently, UpdateService downloads the new apk and saves it to an external storage, it violates the disk avoidance principle.
We should modify its code to use the internal storage.