Conversation
There was a problem hiding this comment.
Pull request overview
Adds a privacy policy document to the repository to describe dEdx’s data-handling stance for users and store/distribution requirements.
Changes:
- Add
docs/privacy-policy.mddescribing “no data collection” behavior and providing contact/open-source links.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Does not use analytics or crash reporting services | ||
| - Does not use advertising | ||
| - Does not access contacts, location, camera, microphone, or any other device sensors | ||
| - Does not store any data outside of the app itself |
There was a problem hiding this comment.
The statement "Does not store any data outside of the app itself" may be inaccurate given the current AndroidManifest sets android:allowBackup="true" (app/src/main/AndroidManifest.xml:4-8), which allows app data to be included in Android system backups/transfer outside the app sandbox. Consider either (a) updating the policy text to clarify that Android system backups may apply, or (b) disabling backups (allowBackup="false") if you want the policy to remain strictly true.
| - Does not store any data outside of the app itself | |
| - Does not store data outside of the app except where standard Android system backup or device-transfer features may copy app data according to your device settings |
No description provided.