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  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.