0

I want to store data securely in a user friendly way. As default the data is encrypted and needs a pass phrase to be unlocked. However, if the phone is encrypted and needs a pass phrase to be unlocked this seems redundant and I would like to give the option to turn of application encryption thus avoiding typing in a (new) pass phrase when starting the application.

However - is it possible to detect if phone encryption is enabled? If so, how?

4

1 回答 1

1

使用getStorageEncryptionStatus()onDevicePolicyManager查看设备的加密状态。

资源

于 2013-07-01T11:13:32.960 回答