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

Commit f18e7c93 authored by Shuo Qian's avatar Shuo Qian Committed by android-build-team Robot
Browse files

Revert "Change log for imei"

This reverts commit 1237a5cd.

Reason for revert: cause IMEI display wrongly

Change-Id: I93eb91de64a09981b3720f5fa29af8d49483d833
(cherry picked from commit bb2b97ad)
parent 25de1bae
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ import android.telephony.ModemActivityInfo;
import android.telephony.NeighboringCellInfo;
import android.telephony.PhoneNumberUtils;
import android.telephony.RadioAccessFamily;
import android.telephony.Rlog;
import android.telephony.SignalStrength;
import android.telephony.SubscriptionManager;
import android.telephony.TelephonyManager;
@@ -65,8 +64,6 @@ import java.util.Collections;
import java.util.List;

public class RadioResponse extends IRadioResponse.Stub {
    private static final String TAG = RadioResponse.class.getSimpleName();

    // The number of the required config values for broadcast SMS stored in the C struct
    // RIL_CDMA_BroadcastServiceInfo
    private static final int CDMA_BSI_NO_OF_INTS_STRUCT = 3;
@@ -1017,7 +1014,7 @@ public class RadioResponse extends IRadioResponse.Stub {
     */
    public void getDeviceIdentityResponse(RadioResponseInfo responseInfo, String imei,
                                          String imeisv, String esn, String meid) {
        responseStrings(responseInfo, Rlog.pii(TAG, imei), imeisv, esn, meid);
        responseStrings(responseInfo, imei, imeisv, esn, meid);
    }

    /**