AppID: | com.aurora.warden |
Author: | Rahul Patel |
License: | GPL-3.0-only |
Donation: | Webpage LiberaPay |
InRepoSince: | 2020-07-06 |
LastRepoUpdate: | 2020-07-06 |
LastAppUpdate: | 2020-07-04 |
LastVersion: | 1.0.3 |
Categories: | System, Security |
APK source: | GitLab |
Google Play: | Check if it's there |
Warden helps you keeping trackers and loggers at bay, as well as getting rid of bloatware.
Warden has a static curated list of known trackers (Exodus Privacy), each app’s dex file is read to retrieve the class names, these class names are then matched with the signatures of known trackers & loggers to find them.
Loggers in the context of Warden means all utilities which are used to log user activity on an app or logcat in general. Not all loggers are evil. But few logging tools like ACRA, xLog are very powerful tools that can send user data to devs without user’s consent. So do read the app’s Privacy Policy, beforehand.
Warden further provides a profile based de-bloater where a profile is created in a format specified as in this sample scripts You need to place this profile/your custom profile at "ExternalStorage/Warden/Profiles
" to make them appear in app.
WhatsNew:
* Optimized memory requirements
* Reduced APK size by 45%
* Added app sorting & filter
* Added single click de-nuke option
* Added option to exclude system app from nuke it.
* Added in-app updater
* Fixed cache residual issue
* UI improvements & minor bugs