universal-android-debloater
universal-android-debloater copied to clipboard
Prevent `uad_lists.json` fields to be `null`
The reason for this change is that I want to be able to test the debloat list file before committing to main. All fields should be mandatory and serde doesn't return any error on deserialization if an <Option> field (description, dependencies, neededBy and labels) is missing.