diff --git a/README.md b/README.md index 6e0f111..3c83a7f 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Several projects integrate with or depend on UAD-ng's data and tools: - **Projects by [Muntashir Akon](https://github.com/MuntashirAkon):** - **[AppManager](https://github.com/MuntashirAkon/AppManager)** — An advanced Android app manager with powerful debloating features. - **[android-debloat-list](https://github.com/MuntashirAkon/android-debloat-list)** — A comprehensive, community-driven list of Android packages to debloat, based on UAD-ng's list. +- **[De-Bloater](https://github.com/sunilpaulmathew/De-Bloater)** — An application using the power of Magisk to debloat unwanted system apps! ## Special thanks diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index 346c590..569fe86 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -38758,11 +38758,13 @@ }, "com.samsung.oda.service": { "list": "Oem", - "description": "SamsungOdaService\nRequires google play services.\nAnother spying app collects sim info and other things.", + "description": "SamsungOdaService\nDisabling causes SIM Manager to instantly crash on dual sim setup.Requires google play services.\nAnother spying app collects sim info and other things.", "dependencies": [], - "neededBy": [], + "neededBy": [ + "com.samsung.android.app.telephonyui" + ], "labels": [], - "removal": "Recommended" + "removal": "Advanced" }, "com.samsung.android.smartprovider": { "list": "Oem",