mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-16 17:49:49 +00:00
preference_about.xml: link to privacy policy
This commit is contained in:
parent
1a911a1a7d
commit
fe291570a0
3 changed files with 11 additions and 0 deletions
|
@ -48,6 +48,8 @@
|
|||
<string name="about_copyright_title">Urheberrecht</string>
|
||||
<string name="about_copyright_summary">© 2010-2019, die Öffi-Entwickler</string>
|
||||
<string name="about_license_title">Lizenz</string>
|
||||
<string name="about_privacy_policy_title">Datenschutz-Bestimmungen</string>
|
||||
<string name="about_privacy_policy_url">https://oeffi.schildbach.de/privacy_policy_de.txt</string>
|
||||
<string name="about_source_title">Quellcode</string>
|
||||
<string name="about_changelog_title">Änderungshistorie anzeigen</string>
|
||||
<string name="about_changelog_summary">https://oeffi.schildbach.de/changelog_de.html</string>
|
||||
|
|
|
@ -48,6 +48,8 @@
|
|||
<string name="about_copyright_title">Copyright</string>
|
||||
<string name="about_copyright_summary">© 2010-2021, the Öffi developers</string>
|
||||
<string name="about_license_title">License</string>
|
||||
<string name="about_privacy_policy_title">Privacy Policy</string>
|
||||
<string name="about_privacy_policy_url">https://oeffi.schildbach.de/privacy_policy.txt</string>
|
||||
<string name="about_source_title">Source code</string>
|
||||
<string name="about_changelog_title">View Changelog</string>
|
||||
<string name="about_changelog_summary">https://oeffi.schildbach.de/changelog.html</string>
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://www.gnu.org/licenses/gpl-3.0.txt" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:summary="@string/about_privacy_policy_url"
|
||||
android:title="@string/about_privacy_policy_title">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="@string/about_privacy_policy_url" />
|
||||
</Preference>
|
||||
<Preference
|
||||
android:key="about_changelog"
|
||||
android:summary="@string/about_changelog_summary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue