rumboalla / apkupdater

APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.
GNU General Public License v3.0
2.98k stars 228 forks source link

Suggestion: after installation, delete the APK file #537

Closed franco27 closed 7 months ago

franco27 commented 7 months ago

Hello I have noticed that after installing several updates, the size or space occupied by your application increases or doubles, triples, ...

It would be useful to add a setting to clean the application cache on closure, or to delete the installation file after installation.

rumboalla commented 7 months ago

In most cases the apk is not even stored on disk, and in the cases where they are they get deleted after use. What grows in size is the network cache. I added this in here https://github.com/rumboalla/apkupdater/discussions/393