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
This commit is contained in:
Eran Messeri
2020-02-28 11:32:33 +00:00
parent 36a845dee4
commit 3f9578be3e

View File

@@ -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
*/