MarquisLP / World-Scribe

An Android app for fictional world-building
MIT License
41 stars 7 forks source link

Display a Privacy Policy in the app #34

Closed MarquisLP closed 4 years ago

MarquisLP commented 4 years ago

Because Flipper uses androidx.preferences, the Google Play Store requires that the app display a Privacy Policy before version 1.6.0 can be published there.

Since World Scribe does not collect or transmit user data in any way, the privacy policy should explain that all user content is kept private to their device (as well as their private Dropbox and/or NextCloud accounts if they are integrated). Even beyond the Google Play requirement, this would be a good thing to add in order to be transparent to new users.

We can display this policy in a new Activity that appears before the Permissions Activity.

MarquisLP commented 4 years ago

The new Activity, named PrivacyPolicyActivity, has been implemented as described above, as well as merged into develop.

@tostc can I ask for your help once more in translating the new strings into German? In values-de/string.xml, the strings are called:

tostc commented 4 years ago

Translation is added.