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

Commit ec6268c5 authored by Eran Messeri's avatar Eran Messeri Committed by Android (Google) Code Review
Browse files

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

parents 637422b2 52dcedca
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");
                    }