universal-android-debloater icon indicating copy to clipboard operation
universal-android-debloater copied to clipboard

Prevent `uad_lists.json` fields to be `null`

Open 0x192 opened this issue 3 years ago • 0 comments

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.

0x192 avatar Jul 09 '22 00:07 0x192