mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 22:01:16 +00:00
Improve privacy policy (#1610)
This commit is contained in:
parent
294313037e
commit
706d465274
4 changed files with 4 additions and 10 deletions
|
@ -8,4 +8,4 @@ Forum: https://forum.syncthing.net/
|
|||
|
||||
Issues: https://github.com/syncthing/syncthing-android/issues
|
||||
|
||||
Privacy-policy: https://github.com/syncthing/syncthing-android/blob/main/privacy-policy.md
|
||||
Privacy-policy: https://syncthing.net/android-privacy-policy
|
||||
|
|
|
@ -556,7 +556,8 @@ Please report any problems you encounter via Github.</string>
|
|||
|
||||
<!-- Menu item linking privacy policy -->
|
||||
<string name="privacy_title">Privacy Policy</string>
|
||||
<string name="privacy_summary">Open the Syncthing-Android privacy policy</string>
|
||||
<string name="privacy_summary">Open syncthing-android\'s privacy policy, which covers usage (if any) of personal data, e.g. location.</string>
|
||||
<string name="privacy_policy_url" translatable="false">https://syncthing.net/android-privacy-policy</string>
|
||||
|
||||
<!-- Title of the preference showing upstream version name -->
|
||||
<string name="syncthing_version_title">Syncthing Version</string>
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
android:summary="@string/privacy_summary">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/syncthing/syncthing-android/blob/main/privacy-policy.md" />
|
||||
android:data="@string/privacy_policy_url" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
# Privacy Policy
|
||||
|
||||
The app syncthing-android does not collect any user information. It does run Syncthing, which does expose some networking information to work and may collect usage-data only if you agree to it or run betas/release candidates. This documentation article has specific information on this: https://docs.syncthing.net/users/security.html
|
||||
|
||||
The app requires the permission to access the location in the background, but it never does look up your location. The location permission is required to look up wifi SSIDs, which is used to enable/disable syncing on user configurable wifis.
|
||||
|
||||
The app uses the camera solely to scan QR-codes to enter a device ID. Pictures are not stored in the process.
|
Loading…
Reference in a new issue