Compare commits

...

13 Commits

Author SHA1 Message Date
blitziak
b37daf8f15
Merge 70d8eb6416a24cfedb0c8bd688b357e7a13d9bac into 3bcfb42f01dfa55a0e2e6a8792c8d28ed6e1c916 2025-02-15 04:52:19 +01:00
Muntashir Al-Islam
3bcfb42f01 Update Samsung package info
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-14 01:04:15 -08:00
Muntashir Al-Islam
8a2412c247 Update suggestions
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-13 21:42:45 -08:00
Muntashir Al-Islam
cea25cd0a8 Add new items from UAD-NG project
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-13 19:40:09 -08:00
Muntashir Al-Islam
8d321e721d Fix sorting
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-13 19:31:35 -08:00
Muntashir Al-Islam
4cbaa6d36f Update bloatware list
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-13 19:13:31 -08:00
Muntashir Al-Islam
9a5b078f08 Update Huawei, Sony and Wiko bloatware
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-13 17:51:10 -08:00
Muntashir Al-Islam
a455bf090d Update UAD (October 27, 2023)
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-13 11:58:21 -08:00
shuvashish76
c51e72f36d
Add Motorola packages
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2025-02-13 09:32:57 -08:00
Muntashir Al-Islam
d56addf82a Update GitHub workflow
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-10 09:36:31 -08:00
Muntashir Al-Islam
29bb0c2fbf Remove Libre Camera from suggestions
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-10 09:30:22 -08:00
blitziak
70d8eb6416
Update misc.json
Signed-off-by: blitziak <107147792+Blitz517@users.noreply.github.com>
2023-09-28 19:32:36 +00:00
blitziak
d6b0f06595
Update packages misc.json
Signed-off-by: blitziak <107147792+Blitz517@users.noreply.github.com>
2023-09-28 19:30:16 +00:00
22 changed files with 14111 additions and 554 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup PHP
@ -22,6 +22,6 @@ jobs:
run: php ./scripts/lint.php
- name: Upload lint results
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./build/lint-results.txt

View File

@ -1,8 +1,8 @@
# Android Debloat List
A comprehensive list of apps that come preinstalled with many ROMs and how to remove and replace them, intended for
backend rather than frontend. This list is kept in synchronised with
the [Universal Android Debloater](https://github.com/0x192/universal-android-debloater) (UAD) project.
backend rather than frontend. This list is kept in synchronized with
the [UAD-NG](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation) project.
## JSON Schema

536
aosp.json
View File

@ -1,4 +1,14 @@
[
{
"id": "android",
"description": "Android System\nAndroid system framework? Apk file name: framework-res\nCould be THE core of the android system.\nProbably very unsafe to disable.",
"removal": "unsafe"
},
{
"id": "android.aosp.overlay",
"description": "Refers to the Runtime Resource Overlay (RRO) framework that is built into the AOSP.\nRRO allows for the dynamic modification of an app's resources at runtime,\nEnabling the customization of the app's appearance and behavior without modifying its source code\nhttps://source.android.com/docs/core/runtime/rros",
"removal": "unsafe"
},
{
"id": "android.auto_generated_rro__",
"label": "android.auto_generated_rro__",
@ -21,6 +31,11 @@
"warning": "You may need this if you use Android Auto",
"suppress": "LabelSameAsId"
},
{
"id": "com.android.adservices.api",
"description": "Android AdServices. Introduced in Android 13 privacy sandbox beta components disabled on default.\nhttps://source.android.com/docs/core/ota/modular-system/adservices",
"removal": "delete"
},
{
"id": "com.android.apps.tag",
"label": "Tags",
@ -35,6 +50,11 @@
"warning": "Disabling this package breaks ADB Backup and crashes on attempting to add a Google account",
"suppress": "LabelSameAsId"
},
{
"id": "com.android.basicsmsreceiver",
"description": "Gets SMS and creates notifications:\nhttps://android.googlesource.com/platform/packages/apps/BasicSmsReceiver/+/jb-dev/src/com/android/basicsmsreceiver/BasicSmsReceiverApp.java",
"removal": "caution"
},
{
"id": "com.android.bio.face.service",
"label": "com.android.bio.face.service",
@ -65,12 +85,12 @@
"label": "Bookmark Provider",
"description": "Only exists for compatibility reasons to prevent apps querying it from getting null cursors they do not expect and crash.",
"removal": "caution",
"warning": "Apps targeting a very old SDK might crash"
"warning": "Apps targeting a very old SDK might crash. For example, disabling this on LDPlayer emulator crashes the default browser."
},
{
"id": "com.android.browser",
"label": "Mi Browser",
"description": "Mi Browser is a privacy nightmare and should be replaced.",
"description": "Mi Browser and browser for the LDPlayer emulator. It is a privacy nightmare and should be replaced.",
"web": [
"https://www.xda-developers.com/xiaomi-mi-web-browser-pro-mint-collecting-browsing-data-incognito-mode/"
],
@ -107,6 +127,11 @@
],
"removal": "delete"
},
{
"id": "com.android.camera",
"description": "The stock AOSP camera app on many phones. However, on some Xiaomi phones, it is actually the Xiaomi Camera app. Deleting this will result in no camera app.\nTry Open Camera as an open source alternative:\nhttps://play.google.com/store/apps/details?id=net.sourceforge.opencamera&hl=en&gl=US",
"removal": "replace"
},
{
"id": "com.android.captiveportallogin",
"label": "CaptivePortalLogin",
@ -127,6 +152,11 @@
"removal": "replace",
"suppress": "LabelSameAsId"
},
{
"id": "com.android.carrierconfig.overlay.common",
"description": "Needed for (com.android.carrierconfig).",
"removal": "replace"
},
{
"id": "com.android.carrierdefaultapp",
"label": "CarrierDefaultApp",
@ -165,18 +195,41 @@
],
"removal": "caution"
},
{
"id": "com.android.cellbroadcastreceiver.module",
"description": "Same as com.android.cellbroadcastreceiver.\nCell broadcasting used to send emergency alerts.\nhttps://en.wikipedia.org/wiki/Cell_Broadcast.",
"dependencies": [
"com.android.cellbroadcastreceiver"
],
"removal": "caution"
},
{
"id": "com.android.cellbroadcastreceiver.overlay.common",
"label": "com.android.cellbroadcastreceiver.overlay.common",
"description": "com.android.cellbroadcastreceiver Theme pack\nGuessing it's a pack of themes for the cellbroadcastreceiver, based on the name.",
"removal": "caution"
},
{
"id": "com.android.cellbroadcastservice",
"description": "is designed to deliver messages to multiple users in an area.\nThis is notably used by ISPs to send Emergency/Government alerts.\nRuns in the background.\nhttps://en.wikipedia.org/wiki/Cell_Broadcast\nhttps://www.androidcentral.com/amber-alerts-and-android-what-you-need-know",
"removal": "caution"
},
{
"id": "com.android.certinstaller",
"description": "Certificate installer\nUsed for accepting and revoking Internet certificates.\nCertificates identify ownership of public keys, for use in secure communications.\nBreaks Wi-Fi if disabled.",
"removal": "unsafe"
},
{
"id": "com.android.companiondevicemanager",
"label": "Companion Device Manager",
"description": "This handles connections to other devices, like Bluetooth Headphones, desktop Operating Systems, etc.",
"description": "This handles connections to nearby (usually not remote) devices, like Bluetooth Headphones, desktop Operating Systems, etc.",
"removal": "caution",
"warning": "Removing this package will result in the inability to read the SD card from your computer's file manager when connecting through USB"
"warning": "Removing this package may result in the inability to read the SD card from your computer's file manager (via USB)."
},
{
"id": "com.android.connectivity.resources",
"description": "Network connectivity resources.\nCause BOOTLOOP.",
"removal": "unsafe"
},
{
"id": "com.android.contacts",
@ -185,6 +238,20 @@
"removal": "replace",
"suggestions": "contacts"
},
{
"id": "com.android.credentialmanager",
"description": "Credential Manager\nManages with Passwords, passkeys.",
"removal": "replace"
},
{
"id": "com.android.cts.ctsshim",
"label": "Compatibility Test Suite",
"description": "Used by manufacturer to test your copy of the device for performance. It just exists and doesn't run in background.",
"web": [
"https://source.android.com/docs/compatibility/cts"
],
"removal": "delete"
},
{
"id": "com.android.cts.priv.ctsshim",
"label": "Compatibility Test Suite",
@ -196,6 +263,11 @@
"removal": "caution",
"warning": "Disabling could mess with OTA updates."
},
{
"id": "com.android.defcontainer",
"description": "Package Access Helper\nDetermines the recommended install location for packages and if there is enough free space for the package.",
"removal": "unsafe"
},
{
"id": "com.android.deskclock",
"label": "Clock",
@ -203,6 +275,11 @@
"removal": "replace",
"suggestions": "clocks"
},
{
"id": "com.android.devicelockcontroller",
"description": "This app can't be uninstalled or disabled.\nCan restrict this device if the owner doesn't make payments per month for the new phone.",
"removal": "unsafe"
},
{
"id": "com.android.dialer",
"label": "Phone",
@ -247,6 +324,11 @@
"description": "Overlay for the phototable daydream? Overlays are usually themes, but not sure about this one.",
"removal": "delete"
},
{
"id": "com.android.dynsystem",
"description": "Dynamic System Updates\nRuns on boot, but doesn't seem to run in the background beyond that.\nTreble gives the ability to boot an AOSP Generic System Image (GSI) on any supported device.\nDynamic System Updates allows to boot into a Generic System Image (GSI) without interfering with the current installation.\nThat means the bootloader doesnt need to be unlocked and the user data doesnt need to be wiped.\nhttps://developer.android.com/topic/dsu",
"removal": "caution"
},
{
"id": "com.android.egg",
"label": "Android Easter Egg",
@ -279,6 +361,11 @@
"removal": "replace",
"suggestions": "email_clients"
},
{
"id": "com.android.ext.adservices.api",
"description": "Another component of Android AdServices.\nIntroduced in Android 14.\nhttps://source.android.com/docs/core/ota/modular-system/adservices",
"removal": "delete"
},
{
"id": "com.android.externalstorage",
"label": "External Storage",
@ -293,6 +380,11 @@
"removal": "caution",
"warning": "Do not remove if you use Face Unlock"
},
{
"id": "com.android.federatedcompute.services",
"description": "FederatedCompute\nAnother component of OnDevicePersonalization. But this app learns things about users.\nIntroduced in Android 14(`com.google.android.federatedcompute` Introduced in Android 13).\nhttps://source.android.com/docs/core/ota/modular-system/ondevicepersonalization",
"removal": "delete"
},
{
"id": "com.android.fmradio",
"label": "FM Radio",
@ -300,6 +392,21 @@
"removal": "replace",
"suggestions": "radios"
},
{
"id": "com.android.frameworkhwext.dark",
"description": "Required components of the androidhwext.\nBasic functionality of Huawei Phones.",
"removal": "unsafe"
},
{
"id": "com.android.frameworkhwext.honor",
"description": "Required components of the androidhwext.\nBasic functionality of Huawei Phones.",
"removal": "unsafe"
},
{
"id": "com.android.frameworkres.overlay",
"description": "Runtime Resource Overlay\nThis framework provides the ability to replace application resources while the application is running. More info:\nhttps://source.android.com/docs/core/runtime/rros",
"removal": "caution"
},
{
"id": "com.android.galaxy4",
"label": "Black Hole",
@ -313,6 +420,16 @@
"removal": "replace",
"suggestions": "gallery"
},
{
"id": "com.android.health.connect.backuprestore",
"description": "Backups data from Health Connect app.",
"removal": "delete"
},
{
"id": "com.android.healthconnect.controller",
"description": "Health Connect\nManage the health and fitness data on your phone, and control which apps can access it.",
"removal": "delete"
},
{
"id": "com.android.hotspot2",
"label": "OsuLogin",
@ -344,6 +461,11 @@
"warning": "Mame sure you have another installed before you disable.",
"suggestions": "keyboards"
},
{
"id": "com.android.intentresolver",
"description": "'Share' functionality will be disabled after uninstalling this package on Android 14 and up. Additionally, motion photos will become broken.",
"removal": "caution"
},
{
"id": "com.android.internal.display.cutout.emulation.corner",
"label": "Corner cutout",
@ -374,6 +496,11 @@
],
"removal": "caution"
},
{
"id": "com.android.internal.display.cutout.emulation.narrow",
"description": "Display cutout variant\nhttps://developer.android.com/develop/ui/views/layout/display-cutout\nhttps://source.android.com/devices/tech/display/display-cutouts\nCause bootloop after removal.",
"removal": "unsafe"
},
{
"id": "com.android.internal.display.cutout.emulation.noCutout",
"label": "Hide",
@ -404,6 +531,11 @@
],
"removal": "caution"
},
{
"id": "com.android.internal.display.cutout.emulation.wide",
"description": "Display cutout variant\nhttps://developer.android.com/guide/topics/display-cutout\nhttps://source.android.com/devices/tech/display/display-cutouts\nCause bootloop after removal.",
"removal": "unsafe"
},
{
"id": "com.android.internal.systemui.navbar.gestural",
"label": "Gestural Navigation Bar",
@ -431,18 +563,48 @@
"description": "Enables a setting increasing how far you need to move your finger to trigger the back gesture.",
"removal": "caution"
},
{
"id": "com.android.internal.systemui.navbar.hidegestural",
"description": "Allows 'Gesture hint' to be disabled in Navigation bar > Swipe gestures.",
"removal": "caution"
},
{
"id": "com.android.internal.systemui.navbar.threebutton",
"label": "3 Button Navigation Bar",
"description": "The default system navbar? It's what you use when you don't use gesture navigation.",
"removal": "caution"
},
{
"id": "com.android.internal.systemui.navbar.transparent",
"description": "Allows 'Transparent navigation bar' to be enabled in Developer options.",
"removal": "caution"
},
{
"id": "com.android.internal.systemui.navbar.twobutton",
"label": "2 Button Navigation Bar",
"description": "Enables a setting for using just 2 buttons in the system navbar?",
"removal": "caution"
},
{
"id": "com.android.internal.systemui.onehanded.gestural",
"description": "one-handed mode, which can be found in the settings.\none-handed mode will not work. Safe to remove if you dont use these setting.",
"removal": "replace"
},
{
"id": "com.android.keychain",
"description": "Enables apps to use system wide credential KeyChain (shared credentials between apps)\nhttps://security.stackexchange.com/questions/216716/android-keychain-what-is-a-system-wide-credential\n",
"removal": "unsafe"
},
{
"id": "com.android.localtransport",
"description": "Backup transport for stashing stuff into a known location on disk, and later restoring from there.\nNeeded for storing backup data locally on a device?\nThis package also provides the backup confirmation UI.\nhttps://developer.android.com/guide/topics/data/testingbackup",
"removal": "unsafe"
},
{
"id": "com.android.location.fused",
"description": "Manages underlying location technologies, such as GPS and Wi-Fi.",
"removal": "unsafe"
},
{
"id": "com.android.magicsmoke",
"label": "Magic Smoke Wallpapers",
@ -468,12 +630,22 @@
"removal": "replace",
"suggestions": "sms"
},
{
"id": "com.android.mms.service",
"description": "Provides support for sending MMS.\nIt doesn't cause bootloop.",
"removal": "caution"
},
{
"id": "com.android.modulemetadata",
"label": "Module Metadata",
"description": "It's used to manage and store metadata about installed modules, and is accessed by the system server. Breaks some core functionality if disabled.",
"removal": "caution"
},
{
"id": "com.android.mtp",
"description": "MTP Host\nHandles MTP(Media Transfer Protocol), a protocol for transfering files between the device and a connected PC.",
"removal": "unsafe"
},
{
"id": "com.android.musicfx",
"label": "MusicFX",
@ -486,6 +658,31 @@
"description": "Built-in live wallpaper",
"removal": "delete"
},
{
"id": "com.android.nearby.halfsheet",
"description": "Useless frameworks to Wi-Fi connections, USB tethering, auto, usage.\nEvery version has random code and the app is not running in the background.",
"removal": "delete"
},
{
"id": "com.android.networkstack.inprocess.overlay",
"description": "Related to the Network Stack module,\nwhich is an updatable Mainline module that ensures Android can adapt to evolving network standards and allows for interoperability with new implementations\nhttps://source.android.com/docs/core/ota/modular-system/networking",
"removal": "unsafe"
},
{
"id": "com.android.networkstack.overlay",
"description": "WiFi will not work after remove.",
"removal": "unsafe"
},
{
"id": "com.android.networkstack.tethering.inprocess.overlay",
"description": "Related to the Tethering module,\nwhich allows an Android device to share its internet connection with other connected client devices.\nThis package contains classes and components that are used for in-process overlay functionality within the Tethering module.\nhttps://source.android.com/docs/core/ota/modular-system/tethering",
"removal": "unsafe"
},
{
"id": "com.android.networkstack.tethering.overlay",
"description": "Component of the Network, Tethering module.\nPackage is not a publicly documented.",
"removal": "unsafe"
},
{
"id": "com.android.nfc",
"label": "Nfc Service",
@ -498,6 +695,11 @@
"description": "Built-in live wallpaper.",
"removal": "delete"
},
{
"id": "com.android.ondevicepersonalization.services",
"description": "OnDevicePersonalization. Another thing to AdServices privacy sandbox.\nIntroduced in Android 13.\nhttps://source.android.com/docs/core/ota/modular-system/ondevicepersonalization",
"removal": "delete"
},
{
"id": "com.android.ons",
"label": "com.android.ons",
@ -516,6 +718,16 @@
"description": "OTA (Over the air) is the method used by OEMs to push updates to your device.\nAn OTA access point is used to run system software updates over a special gateway. This package is most likely customized by your OEM.",
"removal": "caution"
},
{
"id": "com.android.overlay.systemui",
"description": "On some phones, it is an overlay to app \"com.google.android.apps.safetyhub\".\nCheck out this app code and think about it.",
"removal": "caution"
},
{
"id": "com.android.packageinstaller",
"description": "Handles installation, upgrade, and removal of applications.\n",
"removal": "unsafe"
},
{
"id": "com.android.pacprocessor",
"label": "PacProcessor",
@ -531,6 +743,16 @@
"description": "Built-in live wallpaper",
"removal": "delete"
},
{
"id": "com.android.phone",
"description": "AOSP Dialer\nRemoving this package breaks the software update/download and install screen on Samsung. WARNING: for me, it breaks the phone app completely with call routing enabled. Not sure about other cases.",
"removal": "caution"
},
{
"id": "com.android.phone.a_overlay",
"description": "AOSP code for dialer app features.\nSIM card will not be detected if disabled.",
"removal": "unsafe"
},
{
"id": "com.android.phone.recorder",
"label": "Recorder",
@ -557,6 +779,11 @@
"description": "Runs on boot.\nThe tip popups you get on the homescreen.",
"removal": "delete"
},
{
"id": "com.android.providers.applications",
"description": "Provides a list of installed applications.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html",
"removal": "unsafe"
},
{
"id": "com.android.providers.blockednumber",
"label": "Blocked Numbers Storage",
@ -586,6 +813,16 @@
"removal": "caution",
"warning": "Breaks contact functionality if disabled. Not recommended to disable if you plan to use your device as a phone."
},
{
"id": "com.android.providers.downloads",
"description": "Downloads Manager\nProvider for downloaded files.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html",
"removal": "unsafe"
},
{
"id": "com.android.providers.downloads.ui",
"description": "Downloads\nUser interface for downloads.\nOn some OEM's this app has ads, tracking things.",
"removal": "replace"
},
{
"id": "com.android.providers.drm",
"label": "DRM Protected Content Storage",
@ -612,6 +849,16 @@
"removal": "delete",
"suppress": "LabelSameAsId"
},
{
"id": "com.android.providers.settings",
"description": "Provider for settings app data.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html",
"removal": "unsafe"
},
{
"id": "com.android.providers.telephony",
"description": "Provider for telephony data.\nHandles phone-related data such as text messages, APN list, etc.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html",
"removal": "unsafe"
},
{
"id": "com.android.providers.userdictionary",
"label": "User Dictionary",
@ -622,6 +869,11 @@
"removal": "caution",
"warning": "Removing this package may cause settings menu to crash on some Huawei phones"
},
{
"id": "com.android.provision",
"description": "Provisioning is the process of setting up a network connection that will allow new users. \nThis service is for example needed when the user's phone moves from one cell-tower to another.\n",
"removal": "unsafe"
},
{
"id": "com.android.proxyhandler",
"label": "ProxyHandler",
@ -635,18 +887,63 @@
"description": "Google quick search box. OEMs (e.g. Xiaomi) can modify this for their use.",
"removal": "delete"
},
{
"id": "com.android.remoteprovisioner",
"description": "RemoteProvisioner. Have random stuff: security, notifications, accessibility, test modes, data usage, metrics, logs.\nIts something new introduced in Android 13.\nAt this time this app is not available for users.\nAnd looks very useless.",
"removal": "delete"
},
{
"id": "com.android.rkpdapp",
"description": "RemoteProvisioner. Have random stuff: security, notifications, accessibility, test modes, data usage, metrics, logs.\nIntroduced in android 14(it's the same app like `com.android.remoteprovisioner` Introduced in android 13).\nAgain this app is not available for users.\nAnd looks very useless.",
"removal": "delete"
},
{
"id": "com.android.runintest.ddrtest",
"label": "DDRTest",
"description": "RAM Stress tester\nCan be run from the bootloader\nNOTE: I'm not sure it's really from AOSP (seen in TCL Plex phone)",
"removal": "delete"
},
{
"id": "com.android.safetycenter.resources",
"description": "Google Safety Center.\nProbably affects malware detection in new app installs, Gmail, and Chrome. This will also revert back the \"Security & privacy\" look to the old style.\nYou can use a libre spam-blocking and DNS-blocking solution instead of this.\nhttps://safety.google",
"removal": "delete"
},
{
"id": "com.android.sdksandbox",
"description": "Introduced in Android 13 privacy sandbox beta disabled on default.\nCauses bootloop. Maybe this component is not only for privacy... (I think it's for testing privacy sandbox using Android Studio.)\nhttps://source.android.com/docs/core/ota/modular-system/adservices\nCause BOOTLOOP.",
"removal": "unsafe"
},
{
"id": "com.android.se",
"label": "SecureElementApplication",
"description": "Runs in the background as part of the system.\nUnderlying implementation for the OMAPI SE service.\nEnables apps to use the OpenMobile API to access secure elements (SE) to enable smart-card payments and other secure services.\nAn SE is a special chip (e.g SIM-card) for storing cryptographic secrets in a way that makes illicit use hard.\nThe Open Mobile Alliance (OPA) is a standards organization which develops open standards for the mobile phone industry.",
"removal": "caution"
},
{
"id": "com.android.se.overlay.target",
"description": "Looks like needed to 'com.android.se'.",
"removal": "replace"
},
{
"id": "com.android.server.NetworkPermissionConfig",
"description": "Network configurations.",
"removal": "unsafe"
},
{
"id": "com.android.server.telecom",
"description": "Manages calls via your network provider or SIM and controls the phone modem?",
"removal": "unsafe"
},
{
"id": "com.android.server.telecom.a_overlay",
"description": "Overlay for com.android.server.telecom?",
"removal": "unsafe"
},
{
"id": "com.android.settings",
"description": "AOSP Settings app.",
"removal": "unsafe"
},
{
"id": "com.android.settings.intelligence",
"label": "Settings Suggestions",
@ -667,6 +964,11 @@
"removal": "caution",
"suppress": "LabelSameAsId"
},
{
"id": "com.android.shell",
"description": "Shell\nUnix shell that receives ADB commands sent from a PC.\nThis is what UAD-ng uses to execute commands on Android devices. Proobably a bad idea to disable ;)",
"removal": "unsafe"
},
{
"id": "com.android.simappdialog",
"label": "SIM App Dialog",
@ -694,10 +996,15 @@
"removal": "replace",
"suggestions": "audio_recorders"
},
{
"id": "com.android.statementservice",
"description": "Intent Filter Verification Service\nA Statement protocol allows websites to certify that some assets represent them. Android package can to subscribe to handling chosen URIs. This package will then be called to query the website and verify that it allows this. Android package can subscribe to handling chosen URIs. This package will then be called to query the website and verify that it allows this. Sources:\n- https://developer.android.com/reference/android/content/Intent\n- https://developer.android.com/guide/components/intents-filters\n - https://android.stackexchange.com/questions/191163/what-does-the-intent-filter-verification-service-app-from-google-do\n - https://github.com/google/digitalassetlinks/blob/master/well-known/details.md\n - https://android.googlesource.com/platform/frameworks/base/+/6a34bb2",
"removal": "unsafe"
},
{
"id": "com.android.stk",
"label": "SIM Toolkit",
"description": "Enables carriers to initiate \"value-added services\". Basically, some operators provide SIM-cards with applications installed on them.\nThis has been abused:\n- SimJacker \n- WIBattack",
"description": "Enables carriers to initiate \"value-added services\". Basically, some operators provide SIM-cards with applications installed on them.\nThis has been abused:\n- SimJacker \n- WIBattack.\nNOTE: removing this package removes the launcher icon. \"com.android.stk\" relies on \"com.android.stk2\" and vice-versa.",
"web": [
"https://en.wikipedia.org/wiki/SIM_Application_Toolkit#cite_note-CellularZA-1",
"https://thehackernews.com/2019/09/simjacker-mobile-hacking.html",
@ -710,7 +1017,7 @@
{
"id": "com.android.stk2",
"label": "SIM Toolkit",
"description": "Special package for dual-sim devices?\nEnables carriers to initiate \"value-added services\". Basically, some operators provide SIM-cards with applications installed on them.\nThis has been abused:\n- SimJacker \n- WIBattack",
"description": "Special package for dual-sim devices?\nEnables carriers to initiate \"value-added services\". Basically, some operators provide SIM-cards with applications installed on them.\nThis has been abused:\n- SimJacker \n- WIBattack.\nNOTE: removing this package removes the launcher icon. \"com.android.stk2\" relies on \"com.android.stk\" and vice-versa.",
"web": [
"https://en.wikipedia.org/wiki/SIM_Application_Toolkit#cite_note-CellularZA-1",
"https://thehackernews.com/2019/09/simjacker-mobile-hacking.html",
@ -720,12 +1027,49 @@
"removal": "delete",
"warning": "Vulnerable to hacking, should be disabled."
},
{
"id": "com.android.storagemanager",
"label": "Smart Storage",
"description": "Storage manager (Maintenance/Storage panel in the settings)\nClean up unused files, show size of files regrouped by categories.",
"removal": "caution",
"warning": "May break the storage settings in Android Settings."
},
{
"id": "com.android.systemui",
"description": "Everything you see in Android that's not an app. User interface of Android\n",
"removal": "unsafe"
},
{
"id": "com.android.systemui.accessibility.accessibilitymenu",
"description": "Hidden menu that only shows 2 buttons:\nLarge buttons - that increases size of accessibility menu buttons,\nand Help - that redirects to support google com site accessibility.",
"removal": "delete"
},
{
"id": "com.android.systemui.accessibility.accessibilitymenu.auto_generated_rro_product__",
"description": "Product RRO for Accessibility menu.",
"removal": "replace"
},
{
"id": "com.android.systemui.icon.overlay",
"description": "In code found configs icon mask.",
"removal": "caution"
},
{
"id": "com.android.systemui.overlay",
"description": "System UI Overlay. DO NOT remove this.",
"removal": "unsafe"
},
{
"id": "com.android.systemui.theme.dark",
"label": "Dark",
"description": "Enables you to use Android dark theme.",
"removal": "caution"
},
{
"id": "com.android.theme.font.notoserifsource",
"description": "Noto Serif / Source Sans Pro",
"removal": "delete"
},
{
"id": "com.android.theme.icon.circle",
"label": "Circle",
@ -784,6 +1128,16 @@
],
"removal": "delete"
},
{
"id": "com.android.uwb.resources",
"description": "Ultra-wideband (UWB) communication feature.\nUWB is a radio technology that enables precise ranging between devices,\nAllowing for accurate location measurements with an accuracy of 10 cm.\nhttps://developer.android.com/develop/connectivity/uwb\nhttps://source.android.com/docs/core/connect/uwb",
"removal": "unsafe"
},
{
"id": "com.android.virtualmachine.res",
"description": "unknown app with no code that only has permissions to Use, Manage, Debug: Virtual Machine.\nIntroduced in Android 14.",
"removal": "delete"
},
{
"id": "com.android.voicedialer",
"label": "Voice Dialer",
@ -845,12 +1199,42 @@
"warning": "Make sure to have another Webview before uninstalling it or some apps may not work properly.",
"suggestions": "webviews"
},
{
"id": "com.android.wifi.dialog",
"description": "Needed for wifi dialogs.\nCan brick basic functionality android.",
"removal": "unsafe"
},
{
"id": "com.android.wifi.mainline.resources.overlay",
"description": "Related to the Wi-Fi module in the AOSP. The Wi-Fi module is a part of Project Mainline,\nWhich allows for updates to specific system components outside of the normal Android release cycle.\nThe package contains resources and overlays that are used to customize the Wi-Fi module.\nThese overlays can be used to override default configurations and customize the behavior of the Wi-Fi module\nhttps://source.android.com/docs/core/ota/modular-system/wifi\nhttps://www.xda-developers.com/android-project-mainline-modules-explanation",
"removal": "unsafe"
},
{
"id": "com.android.wifi.resources",
"label": "System Wi-Fi Resources",
"description": "System Wi-Fi resources.",
"removal": "caution"
},
{
"id": "com.android.wifi.resources.overlay",
"description": "Contains resources that can be overlaid or customized to modify the behavior of the Wi-Fi module.\nhttps://source.android.com/docs/core/ota/modular-system/wifi",
"removal": "unsafe"
},
{
"id": "com.android.wifi.resources.overlay.WifiResScanCountryCode",
"description": "Related to overlay for Wi-Fi scanning for country code.",
"removal": "replace"
},
{
"id": "com.android.wifi.system.mainline.resources.overlay",
"description": "Related to the Wi-Fi module and its resources overlay.\nThe Wi-Fi module in Android is updatable, meaning it can receive updates to functionality outside of the normal Android release cycle.\nThe module provides a consistent Wi-Fi experience across Android devices and allows for fixes to interoperability issues through module updates\nhttps://source.android.com/docs/core/ota/modular-system/wifi",
"removal": "caution"
},
{
"id": "com.android.wifi.system.resources.overlay",
"description": "Contains resources that can be overlaid to customize the Wi-Fi module's behavior.\nhttps://source.android.com/docs/core/ota/modular-system/wifi",
"removal": "caution"
},
{
"id": "com.example.android.notepad",
"label": "NotePad",
@ -858,11 +1242,149 @@
"removal": "replace",
"suggestions": "note_taking_apps"
},
{
"id": "com.google.android.adservices.api",
"description": "Introduced in Android 13 privacy sandbox beta components disabled on default.\nhttps://source.android.com/docs/core/ota/modular-system/adservices",
"removal": "delete"
},
{
"id": "com.google.android.androidforwork",
"description": "Assistant Android Work\nNot needed, theres only user consent activity about that:\n(Your organization controls your device and keeps it secure)",
"removal": "delete"
},
{
"id": "com.google.android.apps.googlecamera.fishfood",
"description": "ApertureLensLauncher\nNot sure how it works but redirects to google app lens `com.google.android.googlequicksearchbox`.",
"removal": "delete"
},
{
"id": "com.google.android.appsearch.apk",
"description": "AppSearch is an on-device search library for managing locally stored structured data, with APIs for indexing data and retrieving data using full-text search. Use it to build custom in-app search capabilities for your users.\nhttps://developer.android.com/jetpack/androidx/releases/appsearch",
"removal": "caution"
},
{
"id": "com.google.android.captiveportallogin",
"description": "it's the same as (com.android.captiveportallogin). Support for captive portal.\nA captive portal login is a web page where the users have to input their login information or accept the displayed terms of use. \nSome networks (typically public wifi network) use the captive portal login to block access until the user inputs \nsome necessary information\nNOTE : This package is a now a mandatory mainline module\nhttps://en.wikipedia.org/wiki/Captive_portal\nhttps://www.xda-developers.com/android-project-mainline-modules-explanation",
"removal": "replace"
},
{
"id": "com.google.android.email",
"label": "Email",
"description": "Newer versions of AOSP Mail are renamed to com.android.email and Gmail was migrated to com.google.android.gm",
"removal": "replace",
"suggestions": "email_clients"
},
{
"id": "com.google.android.ext.services",
"description": "The ExtServices module updates framework components for core OS functionality such as notification ranking, autofill text-matching strategies, storage cache, package watchdog, and other services that run continually. This module is updatable, meaning it can receive updates to functionality outside of the normal Android release cycle.\nCan run before the user unlocks the device (direct-boot aware) and Android 9+ version have internet and location permissions.\n\nWARNING: Causes bootloop on most Android 11+ phones. This module is related to the Android mainline project (which is a useful project).There is no reason to mess with this.\n\nSources:\nhttps://source.android.com/devices/architecture/modular-system/extservices\nhttps://arstechnica.com/gadgets/2016/11/android-extensions-could-be-googles-plan-to-make-android-updates-suck-less/\nPithus analysis (Android 11): https://beta.pithus.org/report/e5e4a181082b88baf55e19aab0f9cb62e131d612eeaa73cddb510a52e0ff5c1a",
"removal": "unsafe"
},
{
"id": "com.google.android.federatedcompute",
"description": "FederatedCompute.\nAnother component of OnDevicePersonalization. But this app learns things about users.\nIntroduced in Android 13.\nhttps://source.android.com/docs/core/ota/modular-system/ondevicepersonalization",
"removal": "delete"
},
{
"id": "com.google.android.gallery3d",
"description": "Built-in Gallery app.\nThe ID could be \"recycled\" by OEMs for their own gallery implementations.",
"removal": "replace"
},
{
"id": "com.google.android.hotspot2.osulogin",
"description": "The sole purpose of the OsuLogin App is to provision credentials from the Wi-Fi network to the device and allow them to connect to Wi-Fi Hotspot 2.0. See https://hackanons.com/2021/07/osulogin-android-everything-you-need-to-know.html for more information.",
"removal": "replace"
},
{
"id": "com.google.android.modulemetadata",
"description": "Module that contains metadata about the list of modules on the device. And thats about it.\nI wouldn't advise you to mess with it as it could break important modules (see #37)\nGood explanation of what android modules are : https://www.xda-developers.com/android-project-mainline-modules-explanation/",
"removal": "unsafe"
},
{
"id": "com.google.android.nearby.halfsheet",
"description": "Useless frameworks to Wi-Fi connections, USB tethering, auto, usage.\nEvery version has random code and the app is not running in the background.",
"removal": "delete"
},
{
"id": "com.google.android.networkstack",
"description": "Network Stack Components\nhttps://source.android.com/devices/architecture/modular-system/networking\nProvides common IP services, network connectivity monitoring, and captive login portal detection.\n",
"removal": "unsafe"
},
{
"id": "com.google.android.networkstack.overlay",
"description": "WiFi will not work after remove.",
"removal": "unsafe"
},
{
"id": "com.google.android.networkstack.permissionconfig",
"description": "Network Stack Permission Configuration\nDefines a permission that enables modules to perform network-related tasks.\nhttps://source.android.com/devices/architecture/modular-system/networking\n",
"removal": "unsafe"
},
{
"id": "com.google.android.ondevicepersonalization.services",
"description": "OnDevicePersonalization.\nAnother thing to AdServices privacy sandbox.\nIntroduced in Android 13.\nhttps://source.android.com/docs/core/ota/modular-system/ondevicepersonalization",
"removal": "delete"
},
{
"id": "com.google.android.overlay.managedprovisioning",
"description": "In code I have seen lists of some system apps and stuff of `managedprovisioning` user.\nSafe to remove if you removed `com.android.managedprovisioning`.\nBut it probably doesn't affect anything.",
"removal": "caution"
},
{
"id": "com.google.android.overlay.modules.captiveportallogin.forframework",
"description": "Configs default captiveportallogin. (not needed)\nNo effects after remove.",
"removal": "delete"
},
{
"id": "com.google.android.overlay.permissioncontroller",
"description": "Breaks Google Play System updates (GPSu), related to Project Mainline. Page on Settings will crash altogether, or ask Play Store to be updated.\nhttps://support.google.com/product-documentation/answer/14343500",
"dependencies": [
"com.android.vending"
],
"removal": "replace"
},
{
"id": "com.google.android.packageinstaller",
"description": "Google package installer. Seems to replace com.android.packageinstaller on newer phones. It is strangely not needed on older devices (you can still install APKs without it by using the AOSP package installer) but since Android 9, it also handles permissions control and could bootloop your device if removed.\nOn Android 8.1, disabling the app also disabled the 'Permissions' settings within all the apps. Besides that, I couldn't install an '.apk' file download from outside the Play Store.\nSource: https://source.android.com/docs/core/architecture/modular-system/permissioncontroller.",
"removal": "unsafe"
},
{
"id": "com.google.android.packageinstaller.a_overlay",
"description": "Gives ability to install, update or remove applications on the device.\nIf you delete this package, your phone will probably bootloop.\n",
"removal": "unsafe"
},
{
"id": "com.google.android.permissioncontroller",
"description": "Permission controller\nControls app permissions.\nhttps://source.android.com/devices/architecture/modular-system/permissioncontroller",
"removal": "unsafe"
},
{
"id": "com.google.android.photopicker",
"description": "Photo picker\nProvides a browsable interface that presents the user with their media library, sorted by date from newest to oldest. Safe, built-in way for users to grant your app access to only selected images and videos, instead of their entire media library.\nhttps://developer.android.com/training/data-storage/shared/photopicker",
"removal": "caution"
},
{
"id": "com.google.android.safetycenter.resources",
"description": "Google Safety Center.\nProbably affects malware detection in new app installs, Gmail, and Chrome. Alternatively, you can use a libre spam-blocking and DNS-blocking solution instead.\nAnyway it looks like a useless frameworks.\nhttps://safety.google",
"removal": "delete"
},
{
"id": "com.google.android.sdksandbox",
"description": "Introduced in Android 13 privacy sandbox beta disabled on default.\nCauses bootloop. Maybe this component is not only for privacy... (I think it's for testing privacy sandbox using Android Studio.)\nhttps://source.android.com/docs/core/ota/modular-system/adservices\nCause BOOTLOOP.",
"removal": "unsafe"
},
{
"id": "com.google.android.speech.pumpkin",
"description": "PumpkinService\nHas something to speech.",
"removal": "replace"
},
{
"id": "com.google.mainline.adservices",
"description": "Adservices Train Version Package. AdServices too.\nuses ondevicepersonalization.\nIntroduced in Android 13\nNOTE: This package is a mandatory mainline module, which is also not documented. I don't trust it when it comes to adservices.",
"removal": "delete"
},
{
"id": "org.chromium.webview_shell",
"description": "Simple Browser for WebView tester used in AOSP.",
"removal": "delete"
}
]
]

View File

@ -17,6 +17,11 @@
],
"removal": "delete"
},
{
"id": "com.Rogers.MyRogersTab",
"description": "Appears to be the tablet version of MyRogers (https://play.google.com/store/apps/details?id=com.fivemobile.myaccount), an app to manage your account with Canadian carrier Rogers.",
"removal": "delete"
},
{
"id": "com.aetherpal.attdh.se",
"label": "Device Help",
@ -36,6 +41,21 @@
],
"removal": "delete"
},
{
"id": "com.altice.android.myapps",
"description": "MyApps\nit's probably for install apps but it's useless.",
"removal": "delete"
},
{
"id": "com.americanexpress.plenti",
"description": "Plenti\nGet points and promos with your American Express card",
"removal": "delete"
},
{
"id": "com.android.partnerbrowsercustomizations.tmobile",
"description": "The proprietary application of the mobile operator T-Mobile, presumably displays ads, is responsible for the operation of some of the operator's settings",
"removal": "delete"
},
{
"id": "com.android.sprint.hiddenmenuapp",
"label": "HiddenMenu",
@ -45,6 +65,15 @@
],
"removal": "delete"
},
{
"id": "com.android.wifi.resources.overlay.WifiVodafoneOverlay",
"label": "com.android.wifi.resources.overlay.WifiVodafoneOverlay",
"description": "Not sure what it does",
"web": [
"https://beta.pithus.org/report/d8b19f854eb85ea97fbaeafb8c11842cf9b27f169b08d3e8b2659f52db9dd408"
],
"removal": "delete"
},
{
"id": "com.asurion.android.mobilerecovery.att",
"label": "AT&T Protect Plus",
@ -147,6 +176,11 @@
],
"removal": "delete"
},
{
"id": "com.att.deviceunlock",
"description": "Device Unlock\nUseless app from AT&T. it's only for unlock device.",
"removal": "delete"
},
{
"id": "com.att.dh",
"label": "Device Help",
@ -159,7 +193,7 @@
{
"id": "com.att.dtv.shaderemote",
"label": "DIRECTV Remote App",
"description": "Lets you control DIRECTV HD receivers in your home that are connected to Internet, from your phone. DIRECTV is a susbsidiary of AT&T.",
"description": "Lets you control DIRECTV HD receivers in your home that are connected to Internet, from your phone. DIRECTV is a subsidiary of AT&T.",
"web": [
"https://en.wikipedia.org/wiki/DirecTV#Consumer_protection_lawsuits_and_violations"
],
@ -239,6 +273,21 @@
"removal": "replace",
"suggestions": "streaming_apps"
},
{
"id": "com.aura.jet.att",
"description": "AT&T Hub\nApp from AT&T. Installs apps on oobe and its maded by advertising company 'ironSource'.",
"removal": "delete"
},
{
"id": "com.aura.oobe.att",
"description": "AppCloud\nApp from AT&T. Installs apps on oobe and its maded by advertising company 'ironSource'.",
"removal": "delete"
},
{
"id": "com.aura.oobe.motorola",
"description": "MotoApps\nIt's something to install apps, but it's an advertising company.",
"removal": "delete"
},
{
"id": "com.aura.oobe.samsung",
"label": "AppCloud",
@ -265,10 +314,48 @@
"removal": "delete",
"warning": "This app is developed by IronSource, an Israeli advertising company."
},
{
"id": "com.aura.oobe.vodafone",
"description": "Vodafone AppBox\nIt is some kind of post-install recommended apps setup from the carrier.\nAsks for your age and gender and then recommends you to install popular apps.\nDevelopped by IronSource, an Israeli advertising company.",
"removal": "delete"
},
{
"id": "com.bc360.android.service",
"description": "Verizon Adaptive Sound\nProvides Voice Enhance, but according to the carrier.\nDoes the same thing as the 'com.bc360.control' app.",
"removal": "delete"
},
{
"id": "com.bc360.control",
"description": "Verizon Adaptive Sound\nProvides Voice Enhance, but according to the carrier.",
"removal": "delete"
},
{
"id": "com.claroColombia.contenedor",
"description": "Claro\nIt's something to install apps, but it's an advertising company.",
"removal": "delete"
},
{
"id": "com.cricketwireless.minus",
"description": "Cricket partner tab? better remove it. It probably have news or partner customization to chrome.",
"removal": "delete"
},
{
"id": "com.customermobile.preload.vzw",
"label": "Verizon Store Demo Mode",
"description": "Verizon Store/Retail Demo Mode.",
"description": "Requires a lot of permissions and downloads a remote configuration file from an AWS-hosted domain over plain-text HTTP.\nThis leaves the overall device and configuration vulnerable.",
"web": [
"https://thehackernews.com/2024/08/google-pixel-devices-shipped-with.html"
],
"removal": "delete"
},
{
"id": "com.directv.promo.shade",
"description": "DIRECTV Remote\nOfficial app from DIRECTV (subsidiary of AT&T). With the DIRECTV Remote for AT&T Samsung devices, control of your favorite DIRECTV shows is just a swipe away. Swipe down from the status bar at the top of your screen to automatically connect and control your DIRECTV receivers, it's that simple.",
"removal": "delete"
},
{
"id": "com.dti.amx",
"description": "it's used to choose app install? A lot trackers, permissions.\nUseless.",
"removal": "delete"
},
{
@ -280,6 +367,67 @@
],
"removal": "delete"
},
{
"id": "com.dti.bouyguestelecom",
"description": "Bouygues AppCloud\nit's probably for install apps but it's useless and have ads and a lot permissions.",
"removal": "delete"
},
{
"id": "com.dti.cricket",
"description": "it's app for installing recommended apps? it's only used on first-boot setup and it's useless.",
"removal": "delete"
},
{
"id": "com.dti.motorola",
"description": "Mobile Services Manager\nit's something for install apps but it's useless and a lot permissions.",
"removal": "delete"
},
{
"id": "com.dti.samsung",
"description": "Mobile Services Manager\nDigital Turbine app, pre-install some apps/games to your phone and its made by advertising company.",
"removal": "delete"
},
{
"id": "com.dti.tim",
"description": "Mobile Service Manager\nIt's a system app that can't be opened but keeps running in the background. It can install/uninstall apps without notifying you, access internet, run at the boot of the system, kill background processes, ads and other permissions.\nIt's only bloatware, OTA updates work the same without it. Uninstalling didn't give any negative side-effects.",
"removal": "delete"
},
{
"id": "com.dti.tracfone",
"label": "Mobile Services",
"description": "Installs sponsored apps automatically on Tracfone and affiliated carriers (Straight Talk, Total Wireless, etc)",
"removal": "delete"
},
{
"id": "com.felicanetworks.mfc",
"description": "Chinese felicanetworks",
"removal": "delete"
},
{
"id": "com.felicanetworks.mfm",
"description": "Setup Chinese felicanetworks",
"removal": "delete"
},
{
"id": "com.felicanetworks.mfm.main",
"description": "Chinese felicanetworks",
"removal": "delete"
},
{
"id": "com.felicanetworks.mfs",
"description": "Chinese felicanetworks",
"removal": "delete"
},
{
"id": "com.felicanetworks.mfw.a.boot",
"description": "Chinese felicanetworks",
"removal": "delete"
},
{
"id": "com.google.omadm.trigger",
"description": "OemDmTrigger\nOMA Device Managment Verizon.",
"removal": "delete"
},
{
"id": "com.hyperlync.Sprint.Backup",
"label": "Sprint Backup",
@ -299,6 +447,26 @@
],
"removal": "delete"
},
{
"id": "com.inmobi.installer",
"description": "it's installer advertising company app.",
"removal": "delete"
},
{
"id": "com.ironsource.appcloud.oobe.hutchison",
"description": "AppCloud (discontinued) from ironSource, an advertising company.\nWorth reading:\nhttps://en.wikipedia.org/wiki/IronSource",
"removal": "delete"
},
{
"id": "com.kmsjp",
"description": "Kaspersky\nAnti-virus pre-installed on some Huawei phone's in Japanese.",
"removal": "delete"
},
{
"id": "com.kuackmedia.orange",
"description": "Altice Music\nIt's a music application that allows you to stream music, but it comes pre-installed.\nhttps://play.google.com/store/apps/details?id=com.kuackmedia.orange",
"removal": "delete"
},
{
"id": "com.locationlabs.cni.att",
"label": "AT&T Smart Limits℠",
@ -370,7 +538,7 @@
{
"id": "com.motorola.att.phone.extensions",
"label": "ATT Phone Extension",
"description": "Provide access to AT&T extensions in you dialer. I'm not sure tho. It's only a supposition.",
"description": "Provide access to AT&T extensions in you dialer.",
"web": [
"https://asecare.att.com/tutorials/adding-and-deleting-an-extension-on-your-officehand-mobile-app-2990/?product=AT&T%20Office@Hand"
],
@ -385,6 +553,16 @@
],
"removal": "delete"
},
{
"id": "com.motorola.carrierconfig",
"label": "Carrier Services",
"description": "Related to various communication related actions.",
"web": [
"https://source.android.com/docs/core/connect/carrier"
],
"removal": "caution",
"warning": "Disabling this app may cause network-related issues"
},
{
"id": "com.motorola.ltebroadcastservices_vzw",
"label": "com.motorola.ltebroadcastservices_vzw",
@ -409,6 +587,11 @@
],
"removal": "delete"
},
{
"id": "com.motorola.omadm.usc",
"description": "OMA Device Management for Verizon \nHandles configuration of the device (including first time use), enabling and disabling features provided by carriers.\nhttps://en.wikipedia.org/wiki/OMA_Device_Management\nI believe it's only useful if you want to use a Verizon service with a non branded phone (not sure at all)\nhttps://www.androidpolice.com/2015/03/10/android-5-1-includes-new-carrier-provisioning-api-allows-carriers-easier-methods-of-setting-up-services-on-devices-they-dont-control/\nDisplays annoying notifications if you unlocked your bootloader",
"removal": "delete"
},
{
"id": "com.motorola.omadm.vzw",
"label": "VzwDM",
@ -490,6 +673,56 @@
],
"removal": "delete"
},
{
"id": "com.naviexpert.NaviExpert",
"description": "Navigation T-Mobile\nhttps://play.google.com/store/apps/details?id=com.naviexpert.NaviExpert",
"removal": "delete"
},
{
"id": "com.nextbit.app",
"description": "docomo LIVE UX backup\nit's on some japanese phones",
"removal": "delete"
},
{
"id": "com.nim.rogers",
"description": "Texture, a digital magazine service created by Rogers Media. Discontinued in 2019.",
"removal": "delete"
},
{
"id": "com.nttdocomo.android.applicationmanager",
"description": "Docomo Application Manager",
"removal": "delete"
},
{
"id": "com.nttdocomo.android.dhome",
"description": "Docomo Launcher",
"removal": "replace"
},
{
"id": "com.nttdocomo.android.iconcier_contents",
"description": "Diagnostics things only in this japanese app",
"removal": "delete"
},
{
"id": "com.nttdocomo.android.initialization",
"description": "Docomo Initialization app",
"removal": "delete"
},
{
"id": "com.nttdocomo.android.rwpushcontroller",
"description": "rwpushcontroller\nAnother FeliCa Networks app, with japanese language\nUseless frameworks",
"removal": "delete"
},
{
"id": "com.nttdocomo.android.store",
"description": "Docomo App Market",
"removal": "delete"
},
{
"id": "com.oem.euiccpartnerapp",
"description": "EuiccPartnerApp\nNeeded for eSIM (eUICC)?\nI think it's useless.",
"removal": "delete"
},
{
"id": "com.orange.aura.oobe",
"label": "Orange Manual Selector",
@ -587,12 +820,37 @@
"description": "Lets you measure your speed connection and find better Orange wifi hotspots.\nInforms you also about near network incidents.",
"removal": "delete"
},
{
"id": "com.ptc.osp.gnc",
"description": "Playing the Waiting Game by T-Mobile.\nThis app is maded for listening to music.",
"removal": "delete"
},
{
"id": "com.samsung.attvvm",
"label": "Samsung AT&T Visual Voicemail",
"description": "A simple GUI for voicemail.",
"removal": "delete"
},
{
"id": "com.samsung.huxextension",
"description": "Hux Extension\nVerizon activation, registration",
"removal": "delete"
},
{
"id": "com.samsung.slsi.telephony.oem.oemrilhookservice",
"description": "Part of the Samsung cellular modem infrastructure used by the OS to provide cellular support.",
"removal": "caution"
},
{
"id": "com.samsung.slsi.telephony.oemril",
"description": "Part of the Samsung cellular modem infrastructure used by the OS to provide cellular support.",
"removal": "caution"
},
{
"id": "com.samsung.sprint.chameleon",
"description": "Chameleon service which is a service designed to store sprint-specific properties (customizes some apps).",
"removal": "delete"
},
{
"id": "com.sec.android.app.ewidgetatt",
"label": "Entertainment Widget",
@ -602,6 +860,11 @@
],
"removal": "delete"
},
{
"id": "com.sec.android.app.tfstatus",
"description": "Tracfone app, function unknown",
"removal": "caution"
},
{
"id": "com.sec.omadm",
"label": "OMADM",
@ -655,6 +918,11 @@
"removal": "replace",
"suggestions": "cloud_services"
},
{
"id": "com.sfr.android.sfrjeux",
"description": "My Games\nit's not useful app for games and better uninstall it",
"removal": "delete"
},
{
"id": "com.sfr.android.sfrmail",
"label": "SFR Mail",
@ -680,6 +948,16 @@
],
"removal": "delete"
},
{
"id": "com.shannon.imsservice",
"description": "Verizon IMS service.",
"removal": "replace"
},
{
"id": "com.shannon.rcsservice",
"description": "Verizon RCS service.",
"removal": "replace"
},
{
"id": "com.sprint.android.musicplus2033",
"label": "Sprint Music Plus",
@ -747,7 +1025,7 @@
{
"id": "com.sprint.ms.cnap",
"label": "Caller ID",
"description": "CNAP = Caller Name Presentation\nLets you change the name that is displayed on caller ID when making a call.\nStrange is it the same thing than \"com.sprint.ecid\" ?\n",
"description": "CNAP = Caller Name Presentation\nLets you change the name that is displayed on caller ID when making a call.\nStrange is it the same thing than \"com.sprint.ecid\" ?",
"web": [
"https://en.wikipedia.org/wiki/Calling_Name_Presentation"
],
@ -819,12 +1097,28 @@
"description": "Discontinued. Its purpose was to help you migrating your data to your new Android device.",
"removal": "delete"
},
{
"id": "com.telcel.contenedor",
"description": "Telcel app, Advertising company to get promotions.\nhttps://play.google.com/store/apps/details?id=com.telcel.contenedor",
"removal": "delete"
},
{
"id": "com.telecomsys.directedsms.android.SCG",
"label": "Verizon Location Agent",
"description": "Location tracking (does not impact GPS function if deleted, don't worry).",
"removal": "delete"
},
{
"id": "com.telus.checkup",
"description": "Checkup app (from Mobile Klinik; a Canadian store for buying, selling, and repairing smartphones)\nMainly used to run device-health diagnostics, estimate device value post-diagnostics (for re-selling at a Mobile Klinik location), and finding nearby Mobile Klinik locations to book appointments for device repair. Also contains ads and promotions for new devices and accessories.\nGenerally regarded as bloatware because diagnostics are generic at best, and is eager to request many unnecessary and potentially invasive device permissions.\nSafe to remove if you don't use it, and can be re-downloaded from the Google Play Store at any time.",
"removal": "delete"
},
{
"id": "com.telus.myaccount",
"label": "My TELUS",
"description": "It's used for managing your telus account.\nSafe to remove if you don't use it",
"removal": "delete"
},
{
"id": "com.tmobile.pr.adapt",
"label": "T-Mobile",
@ -869,6 +1163,11 @@
],
"removal": "delete"
},
{
"id": "com.tracfone.preload.accountservices",
"description": "TracPhone / StraightTalk application. It just shows IMEI, SIM, and phone number, as well as a way to see device properties.\nComes preinstalled with any TracPhone or StraightTalk device. It can be downloaded from the playstore if needed for whatever reason.\nHas Approximate and Precise location permissions, and Device ID permission.\nRuns in the background for them to collect data.",
"removal": "delete"
},
{
"id": "com.vcast.mediamanager",
"label": "Verizon Cloud",
@ -940,6 +1239,16 @@
],
"removal": "delete"
},
{
"id": "com.verizon.remoteSimlock",
"description": "VZWRemoteSimlockService\nRemote SimLock lock, unlock, looks more danger than useful app.",
"removal": "delete"
},
{
"id": "com.verizon.services",
"description": "AppDirectedSMS\nOMA Device Management for Verizon.\nit's for wifi calling, sms",
"removal": "replace"
},
{
"id": "com.verizon.vzwavs",
"label": "VzwAVS",
@ -968,7 +1277,7 @@
"web": [
"https://developer.android.com/reference/android/telephony/data/ApnSetting"
],
"removal": "delete"
"removal": "caution"
},
{
"id": "com.vzw.apnservice",
@ -1060,7 +1369,7 @@
{
"id": "fr.bouyguestelecom.vvmandroid",
"label": "Messagerie vocale visuelle",
"description": "Voicemail application for Bouygues Telecom.",
"description": "Voicemail application for Bouygues Telecom. This app may inject ads into your gallery",
"removal": "delete"
},
{
@ -1069,12 +1378,77 @@
"description": "Useless app but Cineday is pretty nice.\nEvery Tuesday you can invite the person of your choice in movies (within the limit of available seats).\nYou can just use https://cineday.orange.fr/cineday/",
"removal": "delete"
},
{
"id": "hdopen.vivicitta",
"description": "Companion\nApp for training, so bloated and from T-Mobile",
"removal": "delete"
},
{
"id": "hu.telekom.telekomapp",
"description": "Telekom\nApp for subscriptions, so bloated (a lot spying) and from T-Mobile",
"removal": "delete"
},
{
"id": "hu.telekom.telekomtv",
"description": "Mobile shopping\nApp for watch tv on phone, so bloated (a lot spying) and from T-Mobile",
"removal": "delete"
},
{
"id": "jp.co.daj.consumer.ifilter.aflauncher",
"description": "Something Japanese with useless code.",
"removal": "delete"
},
{
"id": "jp.co.omronsoft.iwnnime.ml",
"description": "iWnn IME\nJapanese keyboard pre-installed on some Huawei phone's.",
"removal": "delete"
},
{
"id": "jp.co.omronsoft.wnnext.skin.std_dark_type2_HW",
"description": "Skin Dark mode to Japanese Keyboard.",
"removal": "delete"
},
{
"id": "jp.co.omronsoft.wnnext.skin.std_light_type2_HW",
"description": "Skin Light mode to Japanese Keyboard.",
"removal": "delete"
},
{
"id": "jp.co.yahoo.android.ebookjapan.preinstall",
"description": "eBookJapan\nNot needed japanese.",
"removal": "delete"
},
{
"id": "net.aetherpal.device",
"label": "AT&T Remote Support",
"description": "Provided by Aetherpal (was acquired by VMware). It allows an AT&T Advanced Support representative to assist you by accessing your device remotely.",
"removal": "delete"
},
{
"id": "pl.tmobile.miboa",
"description": "My T-Mobile\nHas login activity and MailBox.\nA lot metrics, analytics.",
"removal": "delete"
},
{
"id": "pl.tmobile.panel",
"description": "MyBox\nRequire sim card to run app\nit's app store(discontinued?)",
"removal": "delete"
},
{
"id": "ro.cosmote.aps.wnwlite",
"description": "TopApps(discontinued)\nit's non english app. Installs recommended apps?\nI can't launch the app because it displays an error that it can't connect to the Internet, even when Wi-Fi is on.",
"removal": "delete"
},
{
"id": "telekom.hu.android.mobilvasarlas",
"description": "Mobile shopping\nApp for shopping or paying, so bloated and from T-Mobile",
"removal": "delete"
},
{
"id": "tmobile.hu.android.epgmiab",
"description": "Newsreel\nAnother app to tv things, so bloated and from T-Mobile, not needed",
"removal": "delete"
},
{
"id": "uk.co.ee.myee",
"label": "My EE",
@ -1093,4 +1467,4 @@
"description": "Discontinued. This app aimed at organizing all of your existing apps on the phone by category and helping you discover new apps through search and recommendations.",
"removal": "delete"
}
]
]

View File

@ -5,9 +5,11 @@
"description": "Google Chrome: Slow & Painful\nOccasionally runs in the background, not to mention how it tracks everything.",
"web": [
"https://play.google.com/store/apps/details?id=com.android.chrome",
"https://privacytests.org/android.html"
"https://privacytests.org/android.html",
"https://fidoalliance.org/passkeys/"
],
"removal": "replace",
"warning": "Removing the app breaks creating and storing passkeys on your phone, so keep this enabled if you want to use that form of authentication.",
"suggestions": "browsers"
},
{
@ -94,6 +96,11 @@
"removal": "replace",
"suggestions": "cameras"
},
{
"id": "com.google.android.accessibility.soundamplifier",
"description": "Accessibility sound amplifier (https://play.google.com/store/apps/details?id=com.google.android.accessibility.soundamplifier)",
"removal": "delete"
},
{
"id": "com.google.android.apps.access.wifi.consumer",
"label": "Google Wifi",
@ -376,6 +383,11 @@
"removal": "replace",
"suggestions": "maps"
},
{
"id": "com.google.android.apps.mediahome.launcher",
"description": "Entertainment Space\nAll-in-one application for entertainment purposes like movies, games, books etc.",
"removal": "delete"
},
{
"id": "com.google.android.apps.meetings",
"label": "Google Meet",
@ -489,6 +501,11 @@
"removal": "replace",
"suggestions": "podcasts"
},
{
"id": "com.google.android.apps.privacy.wildlife",
"description": "VPN by Google One. Discontinued. Succeeded by VPN by Google and Google Fi VPN.",
"removal": "delete"
},
{
"id": "com.google.android.apps.recorder",
"label": "Recorder",
@ -524,6 +541,11 @@
"description": "Discontinued.",
"removal": "delete"
},
{
"id": "com.google.android.apps.scone",
"description": "Automatically switches basebands between LTE and 5G on demand",
"removal": "delete"
},
{
"id": "com.google.android.apps.searchlite",
"label": "Google Go",
@ -533,6 +555,11 @@
],
"removal": "delete"
},
{
"id": "com.google.android.apps.security.securityhub",
"description": "Checks security your phone(you can find it in settings). Not very useful.\nhttps://play.google.com/store/apps/details?id=com.google.android.apps.security.securityhub",
"removal": "delete"
},
{
"id": "com.google.android.apps.setupwizard.searchselector",
"label": "Search Engine Selector",
@ -592,6 +619,11 @@
"removal": "delete",
"suggestions": "battery_managers"
},
{
"id": "com.google.android.apps.tycho",
"description": "Google Fi Wireless\nhttps://play.google.com/store/apps/details?id=com.google.android.apps.tycho",
"removal": "delete"
},
{
"id": "com.google.android.apps.uploader",
"label": "Picasa Uploader",
@ -619,6 +651,11 @@
"description": "Wallpaper app from Google. Lets you set wallpaper from various sources including Google Earth collection",
"removal": "delete"
},
{
"id": "com.google.android.apps.weather",
"description": "The new Weather app by Google. If removed, \"At a Glance\" and the lock screen will still redirect to the Google app (like before).\nhttps://play.google.com/store/apps/details?id=com.google.android.apps.weather",
"removal": "delete"
},
{
"id": "com.google.android.apps.wellbeing",
"label": "Digital Wellbeing",
@ -694,7 +731,16 @@
{
"id": "com.google.android.as",
"label": "Android System Intelligence",
"description": "Previously, Device Personalization Services. Runs in the background.\n\"Enables intelligent features across Android\", like: Live Caption, Screen Attention, Improved Copy-Paste, App Predictions in the launcher, Notification Smart Actions, Smart Text Selection and Linkifying text in apps.",
"description": "Previously, Device Personalization Services. Runs in the background.\n\"Enables intelligent features across Android\", like: Live Caption, Screen Attention, Improved Copy-Paste, App Predictions in the launcher, Notification Smart Actions, Smart Text Selection and Linkifying text in apps.\nAlso known as device learning, e.g., enhanced keyboard auto suggestions, keeps the screen on when looking at it (with help of the camera), smart replies.",
"web": [
"https://play.google.com/store/apps/details?id=com.google.android.as",
"https://milaq.net/android-bloatware"
],
"removal": "delete"
},
{
"id": "com.google.android.as.oss",
"description": "Private Compute Services. On-device behavior analysis\nEnables live caption, music recognition and smart replies.\nSeems to be a dependency of System Intelligence.\nhttps://play.google.com/store/apps/details?id=com.google.android.as.oss\nhttps://milaq.net/android-bloatware",
"removal": "delete"
},
{
@ -874,10 +920,15 @@
"removal": "delete",
"suppress": "LabelSameAsId"
},
{
"id": "com.google.android.gms.supervision",
"description": "Family Link parental controls\nIt has something to Family Link parental controls.\nIntroduced in android 13.\nhttps://play.google.com/store/apps/details?id=com.google.android.gms.supervision",
"removal": "delete"
},
{
"id": "com.google.android.googlequicksearchbox",
"label": "Google",
"description": "Formerly Google Search Box.\nRuns in the background.\nPointless. If you need a shortcut to Google on your homescreen just use a web-browser shortcut. Does also remove the Google Sound Search widget, but you can get that functionality from an app like Shazam, that additionally doesn't run in the background constantly like this package does.",
"description": "Formerly, Google Search Box.\nRuns in the background.\nPointless. If you need a shortcut to Google on your homescreen just use a web-browser shortcut. Does also remove the Google Sound Search widget, but you can get that functionality from an app like Shazam, that additionally doesn't run in the background constantly like this package does.\nThis app also powers the Google Discover page (the news 'widget' when you go to the left of the home screen) and the app symbol called 'Google'.",
"web": [
"https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox"
],
@ -900,6 +951,16 @@
"removal": "caution",
"warning": "Safe to remove if you don't use a Google account."
},
{
"id": "com.google.android.health.connect.backuprestore",
"description": "Health Connect for Android backup/restore.",
"removal": "replace"
},
{
"id": "com.google.android.healthconnect.controller",
"description": "Health Connect by Android gives you a simple way to share data between your health, fitness, and wellbeing apps without compromising on privacy.\nOnce you've downloaded Health Connect, you can access it through your settings by going to Settings > Apps > Health Connect, or from your Quick Settings menu.\nhttps://play.google.com/store/apps/details?id=com.google.android.apps.healthdata",
"removal": "replace"
},
{
"id": "com.google.android.ims",
"label": "Carrier Services",
@ -1006,6 +1067,41 @@
"description": "Provides first time setup, safe to remove.",
"removal": "delete"
},
{
"id": "com.google.android.overlay.gmsconfig",
"description": "Useless configurations about webview, wifi and bluetooth to scan for better location. Everything works without it.\nWARNING: causes the Galaxy App to force-close after a few seconds on a Samsung N960F running Android Q.",
"removal": "replace"
},
{
"id": "com.google.android.overlay.gmsconfig.asi",
"description": "it's another component of\nAndroid System Intelligence (previously Device Personalization Services)",
"removal": "delete"
},
{
"id": "com.google.android.overlay.gmsconfig.geotz",
"description": "Provides Geolocation Time Zone detection.\nand it's used by (com.google.android.overlay.gmsconfig.common)?\nNo effects after remove.",
"removal": "caution"
},
{
"id": "com.google.android.overlay.gmsconfig.personalsafety",
"description": "Not needed for (com.google.android.apps.safetyhub).",
"removal": "caution"
},
{
"id": "com.google.android.overlay.gmsconfig.searchlauncherqs",
"description": "Useless gmsconfig. it's config default launcher but not needed.",
"removal": "delete"
},
{
"id": "com.google.android.overlay.gmsconfig.searchselector",
"description": "Not needed for (com.google.android.apps.setupwizard.searchselector).",
"removal": "delete"
},
{
"id": "com.google.android.overlay.gmsconfig.ww",
"description": "useless unused overlay gmsconfig to family link.",
"removal": "delete"
},
{
"id": "com.google.android.overlay.modules.cellbroadcastreceiver",
"label": "com.google.android.overlay.modules.cellbroadcastreceiver",
@ -1150,6 +1246,11 @@
"removal": "replace",
"suggestions": "tts"
},
{
"id": "com.google.android.turboadapter",
"description": "Device Health Services Adapter\nAnother app for Device Health Services(discontinued)",
"removal": "delete"
},
{
"id": "com.google.android.tv.remote",
"label": "Android TV Remote Control",
@ -1206,8 +1307,19 @@
"https://play.google.com/store/apps/details?id=com.google.android.webview"
],
"removal": "replace",
"warning": "Installing a third-party webview requires root.",
"suggestions": "webviews"
},
{
"id": "com.google.android.wifi.dialog",
"description": "Wi-Fi dialog. App to launch user dialogs requested by the Wi-Fi service is stored here. Contains the Activity the dialogs are launched from.\nhttps://source.android.com/docs/core/ota/modular-system/wifi\nhttps://android.googlesource.com/platform/packages/apps/Settings/+/refs/heads/main/src/com/android/settings/wifi/WifiDialog.java\nhttps://android.googlesource.com/platform/packages/apps/Settings/+/refs/heads/main/src/com/android/settings/wifi/WifiDialog2.kt",
"removal": "caution"
},
{
"id": "com.google.android.wifi.resources",
"description": "Wi-Fi Service Resources. Overlay APK manifest is stored here. Extracts Wi-Fi configs.\nhttps://source.android.com/docs/core/ota/modular-system/wifi",
"removal": "unsafe"
},
{
"id": "com.google.android.youtube",
"label": "YouTube",
@ -1266,6 +1378,11 @@
],
"removal": "delete"
},
{
"id": "com.google.mainline.telemetry",
"description": "Contains data on which versions of modules are installed. Google Play uses this data to determine if updates are available for the modules, and to show which security patch is installed.\nThis module doesnt contain active code and has no functionality on its own.\nAnyway I wont trust it when adservices are also in mainline.\nhttps://www.xda-developers.com/android-project-mainline-modules-explanation/\nhttps://gitlab.com/W1nst0n/universal-android-debloater/-/issues/27#note_410012436",
"removal": "replace"
},
{
"id": "com.google.marvin.talkback",
"label": "Android Accessibility Suite",
@ -1318,4 +1435,4 @@
"removal": "replace",
"suggestions": "barcode_scanners"
}
]
]

1003
misc.json

File diff suppressed because it is too large Load Diff

12451
oem.json

File diff suppressed because it is too large Load Diff

View File

@ -54,16 +54,6 @@
],
"removal": "delete"
},
{
"id": "com.fw.upgrade.sysoper",
"label": "UpgradeSys",
"description": "FOTA = Firmware Over-the-air. Has a history of spying its users.",
"web": [
"https://www.malwarebytes.com/blog/news/2017/12/mobile-menace-monday-upping-the-ante-on-adups-fwupgradeprovider",
"https://www.cvedetails.com/vulnerability-list/vendor_id-16034/product_id-35606/year-2017/Adups-Adups-Fota.html"
],
"removal": "delete"
},
{
"id": "com.android.bluetooth.overlay.common",
"description": "Overlays are usually themes.",
@ -211,6 +201,16 @@
"description": "Handles fingerprint authentication?",
"removal": "caution"
},
{
"id": "com.fw.upgrade.sysoper",
"label": "UpgradeSys",
"description": "FOTA = Firmware Over-the-air. Has a history of spying its users.",
"web": [
"https://www.malwarebytes.com/blog/news/2017/12/mobile-menace-monday-upping-the-ante-on-adups-fwupgradeprovider",
"https://www.cvedetails.com/vulnerability-list/vendor_id-16034/product_id-35606/year-2017/Adups-Adups-Fota.html"
],
"removal": "delete"
},
{
"id": "com.google.android.apps.carrier.carrierwifi",
"description": "",
@ -504,11 +504,6 @@
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.android.app.sharelive",
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.android.app.telephonyui",
"description": "",
@ -544,11 +539,6 @@
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.android.cmfa.framework",
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.android.coldwalletservice",
"description": "",
@ -574,11 +564,6 @@
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.android.hdmapp",
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.android.incall.contentprovider",
"description": "",
@ -634,11 +619,6 @@
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.android.scs",
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.android.secsoundpicker",
"description": "",
@ -724,11 +704,6 @@
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.ims.smk",
"description": "",
"removal": "caution"
},
{
"id": "com.samsung.internal.systemui.navbar.gestural_no_hint",
"description": "",
@ -804,11 +779,6 @@
"description": "",
"removal": "caution"
},
{
"id": "com.sec.android.autodoodle.service",
"description": "",
"removal": "caution"
},
{
"id": "com.sec.android.smartfpsadjuster",
"label": "SmartFPSAdjuster",
@ -1088,11 +1058,6 @@
"description": "",
"removal": "caution"
},
{
"id": "com.tct.contacts.transfer.a_overlay",
"description": "",
"removal": "caution"
},
{
"id": "com.tct.diagprotector",
"description": "",

View File

@ -0,0 +1,8 @@
[
{
"id": "com.jens.automation2",
"label": "Automation",
"source": "f",
"repo": "https://git.server47.de/jens/Automation"
}
]

View File

@ -1,8 +1,8 @@
[
{
"id": "de.markusfisch.android.binaryeye",
"label": "Binary Eye",
"source": "fg",
"repo": "https://github.com/markusfisch/BinaryEye"
"id": "com.atharok.barcodescanner",
"label": "Barcode Scanner",
"source": "fga",
"repo": "https://gitlab.com/Atharok/BarcodeScanner"
}
]

View File

@ -10,12 +10,5 @@
"label": "Cromite",
"source": "f",
"repo": "https://github.com/uazo/cromite"
},
{
"id": "us.spotco.fennec_dos",
"label": "Mull",
"source": "f",
"repo": "https://gitlab.com/divested-mobile/mull-fenix",
"reason": "Hardened Firefox browser without any proprietary blobs"
}
]

View File

@ -1 +1,8 @@
[]
[
{
"id": "org.solovyev.android.calculator",
"label": "Calculator++",
"source": "fg",
"repo": "https://git.bubu1.eu/Bubu/android-calculatorpp"
}
]

View File

@ -4,16 +4,11 @@
"label": "Camera",
"repo": "https://github.com/GrapheneOS/Camera"
},
{
"id": "com.iakmds.librecamera",
"label": "Libre Camera",
"source": "f",
"repo": "https://github.com/iakmds/librecamera"
},
{
"id": "net.sourceforge.opencamera",
"label": "Open Camera",
"source": "fg",
"reason": "A more advanced camera app",
"repo": "https://sourceforge.net/projects/opencamera/"
}
]

View File

@ -9,6 +9,7 @@
"id": "org.koreader.launcher.fdroid",
"label": "KOReader",
"source": "f",
"repo": "https://github.com/koreader/koreader"
"repo": "https://github.com/koreader/koreader",
"reason": "Optimized for e-ink displays"
}
]

View File

@ -1,9 +1,9 @@
[
{
"id": "com.fsck.k9",
"label": "K-9 Mail",
"id": "net.thunderbird.android",
"label": "Thunderbird",
"source": "fg",
"reason": "https://blog.thunderbird.net/2023/07/k-9-mail-collaborates-with-ostif-and-7asecurity-security-audit/",
"repo": "https://github.com/thundernest/k-9"
"repo": "https://github.com/thunderbird/thunderbird-android"
}
]

View File

@ -1,9 +1,9 @@
[
{
"id": "com.simplemobiletools.gallery.pro",
"label": "Simple Gallery Pro",
"source": "f",
"repo": "https://github.com/SimpleMobileTools/Simple-Gallery"
"id": "org.fossify.gallery",
"label": "Fossify Gallery",
"source": "fg",
"repo": "https://github.com/FossifyOrg/Gallery"
},
{
"id": "deckers.thibault.aves.libre",

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1,9 @@
[
{
"id": "org.localsend.localsend_app",
"label": "Local Send",
"source": "fg",
"repo": "https://github.com/localsend/localsend",
"reason": "Supports every major operating systems"
}
]

View File

@ -1,8 +1,8 @@
[
{
"id": "com.moez.QKSMS",
"label": "QKSMS",
"source": "fg",
"repo": "https://github.com/moezbhatti/qksms"
"id": "dev.octoshrimpy.quik",
"label": "QUIK SMS",
"source": "f",
"repo": "https://github.com/octoshrimpy/quik"
}
]

View File

@ -0,0 +1,8 @@
[
{
"id": "org.videolan.vlc",
"label": "VLC",
"source": "fg",
"repo": "https://code.videolan.org/videolan/vlc-android"
}
]

View File

@ -0,0 +1,7 @@
[
{
"id": "org.breezyweather",
"label": "Breezy Weather",
"repo": "https://github.com/breezy-weather/breezy-weather"
}
]

View File

@ -1,9 +1 @@
[
{
"id": "us.spotco.mulch_wv",
"label": "Mulch WebView",
"source": "f",
"repo": "https://gitlab.com/divested-mobile/mulch",
"reason": "Provides limited privacy and security, but always up-to-date"
}
]
[]