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

Commit df4d50c0 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by android-build-merger
Browse files

Merge "Handle mnc 00 while retrieving the Resources based on subid" into nyc-dev am: 37c26e4d

am: b6eb7fab

* commit 'b6eb7fab':
  Handle mnc 00 while retrieving the Resources based on subid

Change-Id: I4432e950c823405329b42a7f7ad51739bff970e8
parents a2368e30 b6eb7fab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1347,6 +1347,7 @@ public class SubscriptionManager {
        if (subInfo != null) {
            newConfig.mcc = subInfo.getMcc();
            newConfig.mnc = subInfo.getMnc();
            if (newConfig.mnc == 0) newConfig.mnc = Configuration.MNC_ZERO;
        }
        DisplayMetrics metrics = context.getResources().getDisplayMetrics();
        DisplayMetrics newMetrics = new DisplayMetrics();