Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 706d465

Browse files
authored
Improve privacy policy (#1610)
1 parent 2943130 commit 706d465

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

app/src/main/play/listings/en-GB/full-description.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Forum: https://forum.syncthing.net/
88

99
Issues: https://github.com/syncthing/syncthing-android/issues
1010

11-
Privacy-policy: https://github.com/syncthing/syncthing-android/blob/main/privacy-policy.md
11+
Privacy-policy: https://syncthing.net/android-privacy-policy

app/src/main/res/values/strings.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@ Please report any problems you encounter via Github.</string>
556556

557557
<!-- Menu item linking privacy policy -->
558558
<string name="privacy_title">Privacy Policy</string>
559-
<string name="privacy_summary">Open the Syncthing-Android privacy policy</string>
559+
<string name="privacy_summary">Open syncthing-android\'s privacy policy, which covers usage (if any) of personal data, e.g. location.</string>
560+
<string name="privacy_policy_url" translatable="false">https://syncthing.net/android-privacy-policy</string>
560561

561562
<!-- Title of the preference showing upstream version name -->
562563
<string name="syncthing_version_title">Syncthing Version</string>

app/src/main/res/xml/app_settings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
android:summary="@string/privacy_summary">
309309
<intent
310310
android:action="android.intent.action.VIEW"
311-
android:data="https://github.com/syncthing/syncthing-android/blob/main/privacy-policy.md" />
311+
android:data="@string/privacy_policy_url" />
312312
</Preference>
313313

314314
<Preference

privacy-policy.md

-7
This file was deleted.

0 commit comments

Comments
 (0)