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

Commit 7323c7e2 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11920703 from 541ea0d5 to 24Q3-release

Change-Id: If21b8484e7551f94d4b6560bff277a3c7c627411
parents 8196ac5c 541ea0d5
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -193,9 +193,11 @@ public class PinStorage extends Handler {

        CarrierConfigManager ccm = mContext.getSystemService(CarrierConfigManager.class);
        // Callback directly handle config change and should be executed in handler thread
        if (ccm != null) {
            ccm.registerCarrierConfigChangeListener(this::post,
                    (slotIndex, subId, carrierId, specificCarrierId) ->
                            onCarrierConfigurationChanged(slotIndex));
        }

        // Initialize the long term secret key. This needs to be present in all cases:
        //  - if the device is not secure or is locked: key does not require user authentication