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

Commit 0f2b4590 authored by Daniel Jacob Chittoor's avatar Daniel Jacob Chittoor
Browse files

fixup! [DNM] SmsDispatchersController: Force 3GPP dispatch for Bouygues SA

parent 888e6603
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ public class SmsDispatchersController extends Handler {
        String carrierMccMnc = mTelephonyManager.getNetworkOperator();
        Rlog.e(TAG, "BEPSI: MCC+MNC: " + carrierMccMnc);

        if (carrierMccMnc == "208020") { // Check if MCC is 208 and MNC is 20 (Bouygues)
        if (carrierMccMnc == "20820") { // Check if MCC is 208 and MNC is 20 (Bouygues)
            Rlog.e(TAG, "BEPSI: Hacking for Bouygues");
            setImsSmsFormat(PhoneConstants.PHONE_TYPE_GSM); // Sets 3GPP format
        } else {