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 412 forks source link

Documentation on how to show again update notifications after the user disabled them #131

Open dhebbeker opened 6 years ago

dhebbeker commented 6 years ago
Details
Builder
        appUpdater = new AppUpdater(this)
                .setUpdateFrom(UpdateFrom.GITHUB)
                .setGitHubUserAndRepo(…, …);
        appUpdater.start();
Problem

How can the user activate the update notifications after he disabled them using the DoNotShowAgain-Button? Is there an automatism like the next available version (after the dismissed one) will be shown again? Until now the only way to handle this was to delete the app's data. Is there an API way to enable it?

I would appreciate documentation about this (for example in the wiki). Thank you!

TunedForLife commented 6 years ago

Hello, I would also want an answer to this.

arnyigor commented 5 years ago

set setting "prefAppUpdaterShow" = true in preferences