packageNamesToDisable property

List<String>? packageNamesToDisable
getter/setter pair

If set, the rule includes a mitigating action to disable apps specified in the list, but app data is preserved.

Implementation

core.List<core.String>? packageNamesToDisable;