Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f9578be authored by Eran Messeri's avatar Eran Messeri
Browse files

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
parent 36a845de
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
     */