Loading core/res/res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1788,6 +1788,8 @@ <string name="lockscreen_missing_sim_message" product="default">No SIM card in phone.</string> <!-- Shown in the lock screen to ask the user to insert a SIM card. --> <string name="lockscreen_missing_sim_instructions">Please insert a SIM card.</string> <!-- Shown in the lock screen to ask the user to insert a SIM card when sim is missing or not readable. --> <string name="lockscreen_missing_sim_instructions_long">The SIM card is missing or not readable. Please insert a SIM card.</string> <!-- Shown in the lock screen when there is emergency calls only mode. --> <string name="emergency_calls_only" msgid="2485604591272668370">Emergency calls only</string> Loading policy/src/com/android/internal/policy/impl/LockScreen.java +1 −1 Original line number Diff line number Diff line Loading @@ -587,7 +587,7 @@ class LockScreen extends LinearLayout implements KeyguardScreen, case SimMissing: // text mStatusView.setCarrierText(R.string.lockscreen_missing_sim_message_short); mScreenLocked.setText(R.string.lockscreen_missing_sim_instructions); mScreenLocked.setText(R.string.lockscreen_missing_sim_instructions_long); // layout mScreenLocked.setVisibility(View.VISIBLE); Loading Loading
core/res/res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1788,6 +1788,8 @@ <string name="lockscreen_missing_sim_message" product="default">No SIM card in phone.</string> <!-- Shown in the lock screen to ask the user to insert a SIM card. --> <string name="lockscreen_missing_sim_instructions">Please insert a SIM card.</string> <!-- Shown in the lock screen to ask the user to insert a SIM card when sim is missing or not readable. --> <string name="lockscreen_missing_sim_instructions_long">The SIM card is missing or not readable. Please insert a SIM card.</string> <!-- Shown in the lock screen when there is emergency calls only mode. --> <string name="emergency_calls_only" msgid="2485604591272668370">Emergency calls only</string> Loading
policy/src/com/android/internal/policy/impl/LockScreen.java +1 −1 Original line number Diff line number Diff line Loading @@ -587,7 +587,7 @@ class LockScreen extends LinearLayout implements KeyguardScreen, case SimMissing: // text mStatusView.setCarrierText(R.string.lockscreen_missing_sim_message_short); mScreenLocked.setText(R.string.lockscreen_missing_sim_instructions); mScreenLocked.setText(R.string.lockscreen_missing_sim_instructions_long); // layout mScreenLocked.setVisibility(View.VISIBLE); Loading