summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-12-11 11:24:23 +0000
committerng0 <ng0@taler.net>2019-12-11 11:24:23 +0000
commit46e8c6f747ea5d9163be6c36f319fa8532877dd4 (patch)
tree641f12dfc0543fbd80cc4d9fcc1240d4ba068e4f /template
parentfcb8a94a1b82f84f5453df0e4ab740bff5f3b610 (diff)
parent704b735b91fbd78fe67a5f922aff4c20c6888ab0 (diff)
downloadwww-46e8c6f747ea5d9163be6c36f319fa8532877dd4.tar.gz
www-46e8c6f747ea5d9163be6c36f319fa8532877dd4.tar.bz2
www-46e8c6f747ea5d9163be6c36f319fa8532877dd4.zip
Merge branch 'master' of git.taler.net:www
Diffstat (limited to 'template')
-rw-r--r--template/wallet-android-privacy-policy.html.j225
1 files changed, 25 insertions, 0 deletions
diff --git a/template/wallet-android-privacy-policy.html.j2 b/template/wallet-android-privacy-policy.html.j2
new file mode 100644
index 00000000..87f74c33
--- /dev/null
+++ b/template/wallet-android-privacy-policy.html.j2
@@ -0,0 +1,25 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+
+<div class="container">
+
+<h1>GNU Taler Android Wallet Privacy Policy</h1>
+
+<p>The GNU Taler Android Wallet allows its users to interact with third-party
+service providers (such as exchanges, banks and merchants) through the GNU
+Taler protocol. When using the GNU Taler Android Wallet to interact with such
+service providers, these interactions are subject to the Privacy Policy of the
+respective service provider.</p>
+
+
+<p>The GNU Taler Android Wallet does not automatically collect and send data to
+the developers of the app or any third party.</p>
+
+<h2>Why are camera permissions required?</h2>
+
+<p>The camera permissions are required to scan QR codes. The images taken are
+processed locally on your devices and never sent to a third party.</p>
+
+</div>
+
+{% endblock body_content %}