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

Commit 9ed9db55 authored by Matt Mower's avatar Matt Mower
Browse files

HTCQualcommM7CDMARIL: remove skip subscription hack

With the availability of setting a default subscription source via
ro.telephony.default_cdma_sub ( http://review.cyanogenmod.org/54501 ),
this hack should no longer be necessary. Only m7vzw should be affected
by this commit.

Change-Id: I4f7ff17176e08f2d1f07d0c245033742c72ebff5
parent c28ce427
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -139,10 +139,7 @@ public class HTCQualcommM7CDMARIL extends RIL implements CommandsInterface {
                // Initial conditions
                setRadioPower(false, null);
                setPreferredNetworkType(mPreferredNetworkType, null);
                int cdmaSubscription = Settings.Global.getInt(mContext.getContentResolver(), Settings.Global.CDMA_SUBSCRIPTION_MODE, -1);
                if (cdmaSubscription != -1) {
                    setCdmaSubscriptionSource(cdmaSubscription, null);
                }
                setCdmaSubscriptionSource(mCdmaSubscription, null);
                setCellInfoListRate(Integer.MAX_VALUE, null);
                notifyRegistrantsRilConnectionChanged(((int[])ret)[0]);
                break;