From cbc04965777081764e9b7460535fa45e34277577 Mon Sep 17 00:00:00 2001 From: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:46:39 +0100 Subject: [PATCH 1/2] docs(readme): add privacy section Added a new section detailing that UAD-ng does not collect or transmit user data, and specifying the only external connections made are to GitHub for package lists and updates. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e4d0ed..a731e44 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,12 @@ Everything about UAD-ng (and related stuff) can be found on [the Wiki](https://g - Weird things OEMs do - [Suggested apps for analyzing APKs](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/How-to-contribute#useful-apps) +## Privacy + +UAD-ng does not collect or transmit any user data. The only external connections are `GET` requests to GitHub for fetching the [package list](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/blob/main/resources/assets/uad_lists.json) ([src/core/uad_lists.rs#L210](src/core/uad_lists.rs#L210)) and checking for updates ([src/core/update.rs#L178](src/core/update.rs#L178)). + ## Contact + **For real-time communication and support, consider joining our Discord guild:** [Discord symbol](https://discord.gg/CzwbMCPEZa) From c598e4cf9b1d03d81bb0b46930da13b14230c0a8 Mon Sep 17 00:00:00 2001 From: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:47:54 +0100 Subject: [PATCH 2/2] docs(readme): fix formatting in documentation list Added a missing newline before the documentation list in README.md for improved readability. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a731e44..a4391db 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This can also improve security by reducing the [attack surface](https://en.wikip ## Documentation Everything about UAD-ng (and related stuff) can be found on [the Wiki](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki), such as: + - Features of this app - [Usage guide](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/Usage) - Suggested Android app replacements