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,
|
|
void
setPasswordExpirationTimeout
(
ComponentName,
|
|
void
setPasswordHistoryLength
(
ComponentName,
|
|
void
setPasswordMinimumLetters
(
ComponentName,
|
|
void
setPasswordMinimumLowerCase
(
ComponentName,
|
|
void
setPasswordMinimumNonLetter
(
ComponentName,
|
|
void
setPasswordMinimumNumeric
(
ComponentName,
|
|
void
setPasswordMinimumSymbols
(
ComponentName,
|
|
void
setPasswordMinimumUpperCase
(
ComponentName,
|
|
int
setStorageEncryption
(
ComponentName,
|
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
|