SecurityStateManager


public class SecurityStateManager
extends Object

java.lang.Object
   ↳ android.os.SecurityStateManager


SecurityStateManager provides the functionality to query the security status of the system and platform components. For example, this includes the system and vendor security patch level.

Summary

Constants

String KEY_KERNEL_VERSION

The kernel version key returned as part of the Bundle from getGlobalSecurityState.

String KEY_SYSTEM_SPL

The system SPL key returned as part of the Bundle from getGlobalSecurityState.

String KEY_SYSTEM_SUPPLEMENTAL_PATCHES

The system supplemental patches key returned as part of the Bundle from getGlobalSecurityState.

String KEY_VENDOR_SPL

The vendor SPL key returned as part of the Bundle from getGlobalSecurityState.

String KEY_VENDOR_SUPPLEMENTAL_PATCHES

The vendor supplemental patches key returned as part of the Bundle from getGlobalSecurityState.

Public methods

Bundle getGlobalSecurityState()

Returns the current global security state.

Inherited methods