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

Commit cc20dd75 authored by bsears's avatar bsears Committed by android-build-merger
Browse files

Merge "Include "emergency calls only" in disabled SIM strings." into pi-dev

am: 9b1f560e

Change-Id: I844a396bc714f19b7d572ac7964bfc75b43d630e
parents bf09ce0b 9b1f560e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -334,8 +334,10 @@ public class CarrierText extends TextView {
                break;

            case SimPermDisabled:
                carrierText = getContext().getText(
                        R.string.keyguard_permanent_disabled_sim_message_short);
                carrierText = makeCarrierStringOnEmergencyCapable(
                        getContext().getText(
                                R.string.keyguard_permanent_disabled_sim_message_short),
                        text);
                break;

            case SimMissingLocked: