java.lang.Object | |
↳ | com.htc.app.admin.DpmErrorCode |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Broadcast Action: For Error code system code.
Error code for Certificate
Error code for Exchange ActiveSync (EAS)
Error code for SD card encryption
Error code for VPN
Error code for request fail
Error code for SD card .
Error code for success.
intent extra data for active sync, use intent.getStringExtra(EXTRA_ACTIVE_SYNC_DEVICE_ID), it will return id by string
intent extra data for Error code, use intent.getIntExtra(EXTRA_ERROR_CODE, -1)
intent extra data for wipe sd card, use intent.getStringExtra(EXTRA_STORAGE_PATH), it will return storage path by string
intent extra data for VPN info, use intent.getParcelableExtra(EXTRA_VPN_INFO), it will return VpnCOnfigInfo