Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

Class android.app.admin. DevicePolicyManager

Added Methods
long   getPasswordExpiration ( ComponentName )  
long   getPasswordExpirationTimeout ( ComponentName )  
int   getPasswordHistoryLength ( ComponentName )  
int   getPasswordMinimumLetters ( ComponentName )  
int   getPasswordMinimumLowerCase ( ComponentName )  
int   getPasswordMinimumNonLetter ( ComponentName )  
int   getPasswordMinimumNumeric ( ComponentName )  
int   getPasswordMinimumSymbols ( ComponentName )  
int   getPasswordMinimumUpperCase ( ComponentName )  
boolean   getStorageEncryption ( ComponentName )  
int   getStorageEncryptionStatus ()  
boolean   hasGrantedPolicy ( ComponentName, int )  
void   setPasswordExpirationTimeout ( ComponentName, long )  
void   setPasswordHistoryLength ( ComponentName, int )  
void   setPasswordMinimumLetters ( ComponentName, int )  
void   setPasswordMinimumLowerCase ( ComponentName, int )  
void   setPasswordMinimumNonLetter ( ComponentName, int )  
void   setPasswordMinimumNumeric ( ComponentName, int )  
void   setPasswordMinimumSymbols ( ComponentName, int )  
void   setPasswordMinimumUpperCase ( ComponentName, int )  
int   setStorageEncryption ( ComponentName, boolean )  
 

Added Fields
String   ACTION_START_ENCRYPTION  
int   ENCRYPTION_STATUS_ACTIVATING  
int   ENCRYPTION_STATUS_ACTIVE  
int   ENCRYPTION_STATUS_INACTIVE  
int   ENCRYPTION_STATUS_UNSUPPORTED  
int   PASSWORD_QUALITY_COMPLEX