mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 10:18:09 +02:00
fix: remove null values in uad_lists
Arf! It was an old pull request. The pipeline passed but it wasn't the new pipeline with the test which would have detected this issue...
Regression from 768a1226f4
This commit is contained in:
parent
768a1226f4
commit
cce2503039
1 changed files with 18 additions and 18 deletions
|
|
@ -8157,36 +8157,36 @@
|
|||
"id": "cn.zte.recorder",
|
||||
"list": "Oem",
|
||||
"description": "ZTE Voice Recorder with... 33 permissions and talking with Baidu servers. Pithus analysis: https://beta.pithus.org/report/bab47d32f5b93cdf4d3a3cb082d1d0e7ba3e323356391b2d46e63617c1d15324",
|
||||
"dependencies": null,
|
||||
"neededBy": null,
|
||||
"labels": null,
|
||||
"dependencies": [],
|
||||
"neededBy": [],
|
||||
"labels": [],
|
||||
"removal": "Recommended"
|
||||
},
|
||||
{
|
||||
"id": "com.zte.videoplayer",
|
||||
"list": "Oem",
|
||||
"description": "ZTE Video Player with INTERNET and ACCESS_NETWORK_STATE permissions\nPithus analysis: https://beta.pithus.org/report/caf2da956d33c5550e42d4250b0fa31dc605f39545c2eff36438fd88a0fc7c28",
|
||||
"dependencies": null,
|
||||
"neededBy": null,
|
||||
"labels": null,
|
||||
"dependencies": [],
|
||||
"neededBy": [],
|
||||
"labels": [],
|
||||
"removal": "Recommended"
|
||||
},
|
||||
{
|
||||
"id": "com.zte.heartyservice.strategy",
|
||||
"list": "Oem",
|
||||
"description": "Process killer, unloads programs from memory.",
|
||||
"dependencies": null,
|
||||
"neededBy": null,
|
||||
"labels": null,
|
||||
"dependencies": [],
|
||||
"neededBy": [],
|
||||
"labels": [],
|
||||
"removal": "Advanced"
|
||||
},
|
||||
{
|
||||
"id": "com.zte.burntest.camera",
|
||||
"list": "Oem",
|
||||
"description": "Possibly a hidden stress testing app for camera.",
|
||||
"dependencies": null,
|
||||
"neededBy": null,
|
||||
"labels": null,
|
||||
"dependencies": [],
|
||||
"neededBy": [],
|
||||
"labels": [],
|
||||
"removal": "Advanced"
|
||||
},
|
||||
{
|
||||
|
|
@ -8202,18 +8202,18 @@
|
|||
"id": "com.zte.contacts.sub",
|
||||
"list": "Oem",
|
||||
"description": "Possibly related to contact sync.",
|
||||
"dependencies": null,
|
||||
"neededBy": null,
|
||||
"labels": null,
|
||||
"dependencies": [],
|
||||
"neededBy": [],
|
||||
"labels": [],
|
||||
"removal": "Advanced"
|
||||
},
|
||||
{
|
||||
"id": "com.zte.privacypolicy",
|
||||
"list": "Oem",
|
||||
"description": "ZTE privacy policy app.",
|
||||
"dependencies": null,
|
||||
"neededBy": null,
|
||||
"labels": null,
|
||||
"dependencies": [],
|
||||
"neededBy": [],
|
||||
"labels": [],
|
||||
"removal": "Recommended"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue