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

Commit 9e361db2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add handling of permanent disabled sims" into udc-dev am: 9028f28e

parents 1c741b62 9028f28e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2090,6 +2090,8 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab
                    state = TelephonyManager.SIM_STATE_PIN_REQUIRED;
                } else if (Intent.SIM_LOCKED_ON_PUK.equals(lockedReason)) {
                    state = TelephonyManager.SIM_STATE_PUK_REQUIRED;
                } else if (Intent.SIM_ABSENT_ON_PERM_DISABLED.equals(lockedReason)) {
                    state = TelephonyManager.SIM_STATE_PERM_DISABLED;
                } else {
                    state = TelephonyManager.SIM_STATE_UNKNOWN;
                }