Skip to content

add privacy policy document#26

Merged
nbassler merged 1 commit into
mainfrom
11-19
Apr 26, 2026
Merged

add privacy policy document#26
nbassler merged 1 commit into
mainfrom
11-19

Conversation

@nbassler
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 26, 2026 15:51
@nbassler nbassler merged commit acd60bb into main Apr 26, 2026
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md describing “no data collection” behavior and providing contact/open-source links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/privacy-policy.md
- 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
Copy link

Copilot AI Apr 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- 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

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants