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

Commit 44a88428 authored by Mohamed Abdalkader's avatar Mohamed Abdalkader Committed by android-build-merger
Browse files

Fix accidental use of internal version of SMS APIs. am: 5e0a6109

am: 599bbfa0

Change-Id: Ibb7c24ac8285fab4aaa836602b0cb46ac910db3d
parents 7f6a5951 599bbfa0
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -36,9 +36,9 @@ import com.android.internal.telephony.gsm.SmsMessage;


import android.telephony.ims.internal.feature.ImsFeature;
import android.telephony.ims.internal.feature.ImsFeature;
import android.telephony.ims.internal.feature.MmTelFeature;
import android.telephony.ims.internal.feature.MmTelFeature;
import android.telephony.ims.internal.SmsImplBase;
import android.telephony.ims.internal.stub.SmsImplBase;
import android.telephony.ims.internal.SmsImplBase.SendStatusResult;
import android.telephony.ims.internal.stub.SmsImplBase.SendStatusResult;
import android.telephony.ims.internal.SmsImplBase.StatusReportResult;
import android.telephony.ims.internal.stub.SmsImplBase.StatusReportResult;
import android.telephony.ims.stub.ImsRegistrationImplBase;
import android.telephony.ims.stub.ImsRegistrationImplBase;
import android.provider.Telephony.Sms.Intents;
import android.provider.Telephony.Sms.Intents;
import android.util.Pair;
import android.util.Pair;