Skip to content

Commit 4ff5142

Browse files
authored
Create privacy_policy.md
1 parent 496c6da commit 4ff5142

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

privacy_policy.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## QuickEdit - Photo Editor: Privacy policy
2+
3+
Welcome to the QuickEdit - Photo Editor app for Android!
4+
5+
This is an open source Android app developed by Abizer Rampurawala. The source code is available on GitHub under the Apache-2.0 license.
6+
7+
As an avid Android user myself, I take privacy very seriously.
8+
I know how frustrating it is when apps collect your data without your knowledge.
9+
10+
### Data collected by the app
11+
12+
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 (local copies of photos) created by the you (the user) is stored locally in your device only, and can be simply erased by clearing the app's data or uninstalling it. No analytics software is present in the app either.
13+
14+
### Explanation of permissions requested in the app
15+
16+
The list of permissions required by the app can be found in the `AndroidManifest.xml` file:
17+
18+
https://github.com/Abizer-R/QuickEdit-Photo-Editor/blob/main/app/src/main/AndroidManifest.xml
19+
<br/>
20+
and https://github.com/Abizer-R/QuickEdit-Photo-Editor/blob/main/quickedit/src/main/AndroidManifest.xml
21+
22+
| Permission | Why it is required |
23+
| :---: | --- |
24+
| `android.permission.READ_EXTERNAL_STORAGE` | Allows an application to read from external storage. Requested in Android 9 and below. |
25+
| `android.permission.WRITE_EXTERNAL_STORAGE` | Allows an application to write to external storage. Requested in Android 9 and below. |
26+
<hr style="border:1px solid gray">
27+
28+
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.
29+
30+
Yours sincerely,
31+
Abizer Rampurawala.
32+
Indore, India.
33+
abizerdevinfo@gmail.com

0 commit comments

Comments
 (0)