From 70784da38edde672a4dc5901d0b7ce0d6165e949 Mon Sep 17 00:00:00 2001
From: authorisation <64337177+authorisation@users.noreply.github.com>
Date: Sun, 3 Sep 2023 15:53:23 +0200
Subject: [PATCH] chore(readme): privacy section
---
README.md | 66 +++++++++++++++++++++-----------
app/src/main/AndroidManifest.xml | 2 -
2 files changed, 44 insertions(+), 24 deletions(-)
diff --git a/README.md b/README.md
index 634eb6c8..ecf95140 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,6 @@ SnapEnhance is an Xposed mod that enhances your Snapchat experience.
Please note that this project is currently in development, so bugs and crashes may occur. If you encounter any issues, we encourage you to report them. To do this simply visit our [issues](https://github.com/rhunk/SnapEnhance/issues) page and create an issue, make sure to follow the guidelines.
-## Download
-To Download the latest stable release, please visit the [Releases](https://github.com/rhunk/SnapEnhance/releases) page.
-You can also download the latest debug build from the [Actions](https://github.com/rhunk/SnapEnhance/actions) section.
-We no longer offer official LSPatch binaries for obvious reasons. However, you're welcome to patch them yourself, as they should theoretically work without any issues.
-
## Quick Start
Requirements:
- Rooted using Magisk or KernelSU
@@ -25,6 +20,11 @@ Although using this in an unrooted enviroment using something like LSPatch shoul
3. Force Stop Snapchat
4. Open the menu by clicking the [Settings Gear Icon](https://i.imgur.com/2grm8li.png)
+## Download
+To Download the latest stable release, please visit the [Releases](https://github.com/rhunk/SnapEnhance/releases) page.
+You can also download the latest debug build from the [Actions](https://github.com/rhunk/SnapEnhance/actions) section.
+We no longer offer official LSPatch binaries for obvious reasons. However, you're welcome to patch them yourself, as they should theoretically work without any issues.
+
## Features
Spying & Privacy
@@ -82,16 +82,35 @@ Although using this in an unrooted enviroment using something like LSPatch shoul
- Chat Export (HTML, JSON and TXT)
-## License
-The [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) license is a free, open-source software license that grants users the right to modify, share, and redistribute the software.
-By using this software, you agree to make the source code freely available, along with any modifications, additions, or derivatives.
-When redistributing the software, it must remain under the same [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) license, and any modifications should be clearly indicated as such.
+## Privacy
-## Donate
-- LTC: LbBnT9GxgnFhwy891EdDKqGmpn7XtduBdE
-- BCH: qpu57a05kqljjadvpgjc6t894apprvth9slvlj4vpj
-- BTC: bc1qaqnfn6mauzhmx0e6kkenh2wh4r6js0vh5vel92
-- ETH: 0x0760987491e9de53A73fd87F092Bd432a227Ee92
+We do not collect any user information. However, please be aware that third-party libraries may collect data as described in their respective privacy policies.
+
+ Permissions
+
+ - [android.permission.INTERNET](https://developer.android.com/reference/android/Manifest.permission#INTERNET)
+ - [android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS](https://developer.android.com/reference/android/Manifest.permission.html#REQUEST_IGNORE_BATTERY_OPTIMIZATIONS)
+ - [android.permission.POST_NOTIFICATIONS](https://developer.android.com/reference/android/Manifest.permission.html#POST_NOTIFICATIONS)
+
+
+
+ Third-party libraries used
+
+ - [libxposed](https://github.com/libxposed/api)
+ - [ffmpeg-kit-full-gpl](https://github.com/arthenica/ffmpeg-kit)
+ - [osmdroid](https://github.com/osmdroid/osmdroid)
+ - [coil](https://github.com/coil-kt/coil)
+ - [Dobby](https://github.com/jmpews/Dobby)
+
+
+## Contributors
+- [rathmerdominik](https://github.com/rathmerdominik)
+- [Flole998](https://github.com/Flole998)
+- [authorisation](https://github.com/authorisation/)
+- [RevealedSoulEven](https://github.com/revealedsouleven)
+- [iBasim](https://github.com/ibasim)
+- [xerta555](https://github.com/xerta555)
+- [TheVisual](https://github.com/TheVisual)
## Credits
- [LSPosed](https://github.com/LSPosed/LSPosed)
@@ -101,11 +120,14 @@ When redistributing the software, it must remain under the same [GPLv3](https://
- [coil](https://github.com/coil-kt/coil)
- [Dobby](https://github.com/jmpews/Dobby)
-## Contributors
-- [rathmerdominik](https://github.com/rathmerdominik)
-- [Flole998](https://github.com/Flole998)
-- [authorisation](https://github.com/authorisation/)
-- [RevealedSoulEven](https://github.com/revealedsouleven)
-- [iBasim](https://github.com/ibasim)
-- [xerta555](https://github.com/xerta555)
-- [TheVisual](https://github.com/TheVisual)
+
+## Donate
+- LTC: LbBnT9GxgnFhwy891EdDKqGmpn7XtduBdE
+- BCH: qpu57a05kqljjadvpgjc6t894apprvth9slvlj4vpj
+- BTC: bc1qaqnfn6mauzhmx0e6kkenh2wh4r6js0vh5vel92
+- ETH: 0x0760987491e9de53A73fd87F092Bd432a227Ee92
+
+## License
+The [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) license is a free, open-source software license that grants users the right to modify, share, and redistribute the software.
+By using this software, you agree to make the source code freely available, along with any modifications, additions, or derivatives.
+When redistributing the software, it must remain under the same [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) license, and any modifications should be clearly indicated as such.
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c4cb1785..dee4fe07 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -4,8 +4,6 @@
-
-