bloatware (uncountable)
- (computing, informal) Software that is packed with too many features and therefore slow or unwieldy; software that is inefficiently designed and occupies an excessive amount of memory or disk space.
- (computing) Unwanted pre-installed software, especially on a smartphone.
This is an attempt to categorize bloatware apps that are installed on Android phones.
Based on UAD-ng.
- Never brick your phone.
- Do not uninstall apps that are not immediately recognized as bloatware.
- Do not attempt to be a security expert (we are not).
- Consider uninstalling Google Play and using F-Droid instead: https://f-droid.org
The lists are in YAML files inside [./bloatware/](./bloatware) directory.
Most YAML files are named using the first two elements of the Android app ID.
Please consider adding any missing apps.
- Check if app is listed in this repository
$ grep -r APP_ID . - Add package entry to appropriate file in following format:
- id: APP_ID description: | Describe what this package does. removal: recommended # If this app is obviously not needed.
