removeResetLock property

bool? removeResetLock
getter/setter pair

Specifies if a user is able to factory reset a device after a Device Wipe.

On iOS, this is called "Activation Lock", while on Android, this is known as "Factory Reset Protection". If true, this protection will be removed from the device, so that a user can successfully factory reset. If false, the setting is untouched on the device.

Optional.

Implementation

core.bool? removeResetLock;