excludeAppPackagesFromCleanup property

List<String>? excludeAppPackagesFromCleanup
final

An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes.

The list of packages is considered only if you set packageCleanup to true.

Implementation

final List<String>? excludeAppPackagesFromCleanup;