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

Commit 4f341069 authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Add log to show mccmnc of resource configuration" am: 00ababf9

am: 316e49af

Change-Id: If4b1816fd29793b62cd65c6cb6ba38fb68bbe10d
parents 7e9295d2 316e49af
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2002,6 +2002,8 @@ public class ServiceStateTracker extends Handler {
     */
    private boolean isRoamIndForHomeSystem(String roamInd) {
        // retrieve the carrier-specified list of ERIs for home system
        log("isRoamIndForHomeSystem: " + mPhone.getContext().getResources()
                .getConfiguration().toString());
        String[] homeRoamIndicators = mPhone.getContext().getResources()
                .getStringArray(com.android.internal.R.array.config_cdma_home_system);