This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 292
292
<string name =" about_version_title" >Version</string >
293
293
<string name =" about_copyright_title" >Urheberrecht</string >
294
294
<string name =" about_license_title" >Lizenz</string >
295
+ <string name =" about_privacy_title" >Datenschutz</string >
295
296
<string name =" about_source_title" >Quellcode</string >
296
297
<string name =" about_category_credits" >Diese App nutzt…</string >
297
298
<string name =" about_credits_bitcoinj_title" >bitcoinj %s, eine Bitcoin-Protokoll-Implementierung</string >
Original file line number Diff line number Diff line change 290
290
<string name =" about_version_title" >Version</string >
291
291
<string name =" about_copyright_title" >Copyright</string >
292
292
<string name =" about_license_title" >License</string >
293
+ <string name =" about_privacy_title" >Privacy Policy</string >
293
294
<string name =" about_source_title" >Source code</string >
294
295
<string name =" about_category_credits" >This app is using…</string >
295
296
<string name =" about_credits_bitcoinj_title" >bitcoinj %s, a Bitcoin protocol implementation</string >
Original file line number Diff line number Diff line change 15
15
android : action =" android.intent.action.VIEW"
16
16
android : data =" https://www.gnu.org/licenses/gpl-3.0.txt" />
17
17
</Preference >
18
+ <Preference
19
+ android : key =" about_license"
20
+ android : summary =" https://github.com/langerhans/dogecoin-wallet-new/wiki/PrivacyPolicy"
21
+ android : title =" @string/about_privacy_title" >
22
+ <intent
23
+ android : action =" android.intent.action.VIEW"
24
+ android : data =" https://github.com/langerhans/dogecoin-wallet-new/wiki/PrivacyPolicy" />
25
+ </Preference >
18
26
<Preference
19
27
android : key =" about_source"
20
28
android : summary =" https://github.com/langerhans/dogecoin-wallet-new"
You can’t perform that action at this time.
0 commit comments