Merge "Fix comment in docs about ID attestation." am: 5592977b0f am: 215389da4b am: 5a18b93b6c am: af5774c90b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2116413 Change-Id: Ifba8b11cd4b89ec902de9b6b79f84c6d3f4d1a8d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -165,9 +165,11 @@ public class Build {
|
|||||||
* Gets the hardware serial number, if available.
|
* Gets the hardware serial number, if available.
|
||||||
*
|
*
|
||||||
* <p class="note"><b>Note:</b> Root access may allow you to modify device identifiers, such as
|
* <p class="note"><b>Note:</b> Root access may allow you to modify device identifiers, such as
|
||||||
* the hardware serial number. If you change these identifiers, you can use
|
* the hardware serial number. If you change these identifiers, you can not use
|
||||||
* <a href="/training/articles/security-key-attestation.html">key attestation</a> to obtain
|
* <a href="/training/articles/security-key-attestation.html">key attestation</a> to obtain
|
||||||
* proof of the device's original identifiers.
|
* proof of the device's original identifiers. KeyMint will reject an ID attestation request
|
||||||
|
* if the identifiers provided by the frameworks do not match the identifiers it was
|
||||||
|
* provisioned with.
|
||||||
*
|
*
|
||||||
* <p>Starting with API level 29, persistent device identifiers are guarded behind additional
|
* <p>Starting with API level 29, persistent device identifiers are guarded behind additional
|
||||||
* restrictions, and apps are recommended to use resettable identifiers (see <a
|
* restrictions, and apps are recommended to use resettable identifiers (see <a
|
||||||
|
|||||||
Reference in New Issue
Block a user