Stay organized with collections
Save and categorize content based on your preferences.
The verified boot state during Android OS startup.
Enums
VERIFIED_BOOT_STATE_UNSPECIFIED
Unknown value.
GREEN
Indicates that there is a full chain of trust extending from the bootloader to verified partitions including the bootloader, boot partition, and all verified partitions.
YELLOW
Indicates that the boot partition has been verified using the embedded certificate and the signature is valid.
ORANGE
Indicates that the device may be freely modified. Device integrity is left to the user to verify out-of-band.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-11 UTC."],[[["The verified boot state is an indicator of the integrity and trustworthiness of the Android OS during startup."],["Three main states are used: GREEN for a fully verified chain of trust, YELLOW for verified boot partition, and ORANGE when the device is modifiable and integrity is user-dependent."]]],[]]