-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolicy.txt
28 lines (17 loc) · 1.48 KB
/
policy.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Sint-Jan App: Privacy policy
Welcome to the Sint-Jan app for Android!
This is an open source Android app developed by Jannick Koppe. The source code is available on GitHub. The app is also available on Google Play.
Github link: https://github.com/jktechs/sintjanapp
As an avid Android user myself, I take privacy very seriously.
I know how irritating it is when apps collect your data without your knowledge.
I hereby state, to the best of my knowledge and belief, that I have not programmed this app to collect any personally identifiable information. All data (app preferences (like theme, etc.) and pictures) created by the you (the user) is stored on your device only, and can be simply erased by clearing the app's data or uninstalling it.
### Explanation of permissions requested in the app
The list of permissions required by the app can be found in the `AndroidManifest.xml` file:
| Permission | Why it is required |
| :---: | --- |
| `android.permission.INTERNET` | This is required to make requests to the Somtoday api. |
| `android.permission.CAMERA` | This was (and might in the future) be required to be able to scan Zermelo link qr codes. This is optinal and can be revoked by the user. |
If you find any security vulnerability that has been inadvertently caused by me, or have any question regarding how the app protectes your privacy, please send me an email or post a discussion on GitHub, and I will surely try to fix it/help you.
Yours sincerely,
Jannick Koppe