Activity action: begin the process of encrypting data on the device. This activity should be launched after using DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean) to request encryption be activated. After resuming from this activity, use DevicePolicyManager.GetStorageEncryption(Android.Content.ComponentName) to check encryption status. However, on some devices this activity may never return, as it may trigger a reboot and in some cases a complete data wipe of the device.