Android Device Password Policy erased on Reboot

84 views Asked by At

I am using DevicePolicyManager class in Android to set a password policy from my device admin application.

I noticed that on reboot, the password policy is erased. For example, if minimum length of the password was set to 5, after reboot it is reset to 0.

Anyone knows why this is happening?

0

There are 0 answers