Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Add link to privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
langerhans committed Feb 4, 2017
1 parent 487db90 commit e19ccc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions wallet/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@
<string name="about_version_title">Version</string>
<string name="about_copyright_title">Urheberrecht</string>
<string name="about_license_title">Lizenz</string>
<string name="about_privacy_title">Datenschutz</string>
<string name="about_source_title">Quellcode</string>
<string name="about_category_credits">Diese App nutzt…</string>
<string name="about_credits_bitcoinj_title">bitcoinj %s, eine Bitcoin-Protokoll-Implementierung</string>
Expand Down
1 change: 1 addition & 0 deletions wallet/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@
<string name="about_version_title">Version</string>
<string name="about_copyright_title">Copyright</string>
<string name="about_license_title">License</string>
<string name="about_privacy_title">Privacy Policy</string>
<string name="about_source_title">Source code</string>
<string name="about_category_credits">This app is using…</string>
<string name="about_credits_bitcoinj_title">bitcoinj %s, a Bitcoin protocol implementation</string>
Expand Down
8 changes: 8 additions & 0 deletions wallet/res/xml/preference_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
android:action="android.intent.action.VIEW"
android:data="https://www.gnu.org/licenses/gpl-3.0.txt" />
</Preference>
<Preference
android:key="about_license"
android:summary="https://github.com/langerhans/dogecoin-wallet-new/wiki/PrivacyPolicy"
android:title="@string/about_privacy_title" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/langerhans/dogecoin-wallet-new/wiki/PrivacyPolicy" />
</Preference>
<Preference
android:key="about_source"
android:summary="https://github.com/langerhans/dogecoin-wallet-new"
Expand Down

0 comments on commit e19ccc1

Please sign in to comment.