Documentation for this section has not yet been entered.
Called by an application that is administering the device to determine the current encryption status of the device. Depending on the returned status code, the caller may proceed in different ways. If the result is DevicePolicyManager.ENCRYPTION_STATUS_UNSUPPORTED, the storage system does not support encryption. If the result is DevicePolicyManager.ENCRYPTION_STATUS_INACTIVE, use DevicePolicyManager.ActionStartEncryption to begin the process of encrypting or decrypting the storage. If the result is DevicePolicyManager.ENCRYPTION_STATUS_ACTIVATING or DevicePolicyManager.ENCRYPTION_STATUS_ACTIVE, no further action is required.