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

Commit 39d84b0c authored by Sandeep Jawalkar's avatar Sandeep Jawalkar Committed by Android (Google) Code Review
Browse files

Merge "Removing the overwrite logic of sim slot length to mCi's length" into main

parents 69f71d05 42e37234
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -278,11 +278,6 @@ public class UiccController extends Handler {
        if (DBG) {
            logWithLocalLog("config_num_physical_slots = " + numPhysicalSlots);
        }
        // Minimum number of physical slot count should be equals to or greater than phone count,
        // if it is less than phone count use phone count as physical slot count.
        if (numPhysicalSlots < mCis.length) {
            numPhysicalSlots = mCis.length;
        }

        mTelephonyManager = mContext.getSystemService(TelephonyManager.class);