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

Commit 3ae9a11c authored by Eran Messeri's avatar Eran Messeri Committed by android-build-merger
Browse files

Merge "AttestationUtils: Request MEID explicitly" into pi-dev

am: ec6268c5

Change-Id: I024cb4ef4743271ae24526e96c0786ae97028733
parents 7b31adef ec6268c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ public abstract class AttestationUtils {
                    break;
                }
                case ID_TYPE_MEID: {
                    final String meid = telephonyService.getDeviceId();
                    final String meid = telephonyService.getMeid(0);
                    if (meid == null) {
                        throw new DeviceIdAttestationException("Unable to retrieve MEID");
                    }