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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user