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

Commit f6921579 authored by Pankaj Kanwar's avatar Pankaj Kanwar Committed by android-build-merger
Browse files

Merge "Read network notification delay config based on subId" am: 3a144f48 am: 41177db5

am: ec201916

Change-Id: I90b2c65958c9b3022a24971655241498c510d3ae
parents b56053e5 ec201916
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ public class CarrierServiceStateTracker extends Handler {
        public void onReceive(Context context, Intent intent) {
            CarrierConfigManager carrierConfigManager = (CarrierConfigManager)
                    context.getSystemService(Context.CARRIER_CONFIG_SERVICE);
            PersistableBundle b = carrierConfigManager.getConfig();
            PersistableBundle b = carrierConfigManager.getConfigForSubId(mPhone.getSubId());
            mDelay = b.getInt(CarrierConfigManager.KEY_PREF_NETWORK_NOTIFICATION_DELAY_INT);
            Rlog.i(LOG_TAG, "reading time to delay notification: " + mDelay);
            handleConfigChanges();