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

This commit is contained in:
Eran Messeri
2018-04-13 10:07:36 +00:00
committed by Android (Google) Code Review

View File

@ -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");
}