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

Skip to content
Snippets Groups Projects
Commit 1a61e0ea 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

am: 1db1009d

Change-Id: Ic209a039351987f0f2ac31ed71bff80abf8fdcb2
parents 5d63f152 1db1009d
Branches
No related tags found
No related merge requests found
...@@ -334,8 +334,10 @@ public class CarrierText extends TextView { ...@@ -334,8 +334,10 @@ public class CarrierText extends TextView {
break; break;
case SimPermDisabled: case SimPermDisabled:
carrierText = getContext().getText( carrierText = makeCarrierStringOnEmergencyCapable(
R.string.keyguard_permanent_disabled_sim_message_short); getContext().getText(
R.string.keyguard_permanent_disabled_sim_message_short),
text);
break; break;
case SimMissingLocked: case SimMissingLocked:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment