javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.98k stars 410 forks source link

How do i delete the .APK after i update my app ?? #222

Closed Nanumiric123 closed 1 year ago

Nanumiric123 commented 2 years ago
Details
Builder

new AppUpdater(mContext) .setUpdateFrom(UpdateFrom.JSON) .setUpdateJSON("http://172.16.206.19/REST_API/json_format.json") .setDisplay(Display.DIALOG) .setCancelable(false) // Dialog could not be dismissable .showAppUpdated(true) .setButtonDoNotShowAgain(null) .start();

How do i automatically clear the .apk file after i update my app automatically ??

Harisalimian2 commented 1 year ago

Update followers list

javiersantos commented 1 year ago

Downloading and installing APKs is not supported by the library.