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

Commit 1db1009d 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: I00c1560589e67279a007d182b1a7c0aba9be2f79
parents b0df70b6 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: