From 3f9578be3e4b3fc2909a7632b7615db0b6ed64cb Mon Sep 17 00:00:00 2001 From: Eran Messeri Date: Fri, 28 Feb 2020 11:32:33 +0000 Subject: [PATCH] Fix copy-pasted documentation. Fix the documentation for USE_INDIVIDUAL_ATTESTATION which was copy-pasted from another attestation ID type. Bug: 149475774 Test: That it compiles. Change-Id: I9366870c8875997321c93fe1db216e91f374b1db --- keystore/java/android/security/keystore/AttestationUtils.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keystore/java/android/security/keystore/AttestationUtils.java b/keystore/java/android/security/keystore/AttestationUtils.java index 8a7b62332ffa6..f82d8b62e21e8 100644 --- a/keystore/java/android/security/keystore/AttestationUtils.java +++ b/keystore/java/android/security/keystore/AttestationUtils.java @@ -74,7 +74,8 @@ public abstract class AttestationUtils { public static final int ID_TYPE_MEID = 3; /** - * Specifies that the device should attest its MEIDs. For use with {@link #attestDeviceIds}. + * Specifies that the device should sign the attestation record using its device-unique + * attestation certificate. For use with {@link #attestDeviceIds}. * * @see #attestDeviceIds */