Skip to content

Releases: khirr/Android-Privacy-Policy

Added forceReset functionality

06 May 20:59
Compare
Choose a tag to compare

Now you can force to ask again to accept policies if it's changed or required.

You can use forceReset() and next time you use show(), it will show policies policies to be accepted again.

Please, be sure you don't launch it in your normal lifecycle or policies dialog will be shown always you launch your app.

Migrated to AndroidX

10 Apr 11:51
Compare
Choose a tag to compare

Project migrated to AndroidX for all dependencies.
Libraries updated.

Added show privacy police for Europe only

08 Sep 21:09
80ab994
Compare
Choose a tag to compare

Now you can show the dialog for Europe only:

dialog.setEuropeOnly(true);

First commit

27 Apr 10:29
36f1b5e
Compare
Choose a tag to compare
1.0.0

Update README.md