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

Commit 66c92257 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Rename carrier config option." into nyc-dev

parents 8bf362e8 517a9b68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ public class ImsPhoneCallTracker extends CallTracker {
            return false;
        }

        return carrierConfig.getBoolean(CarrierConfigManager.BOOL_ALLOW_EMERGENCY_VIDEO_CALLS);
        return carrierConfig.getBoolean(CarrierConfigManager.KEY_ALLOW_EMERGENCY_VIDEO_CALLS_BOOL);
    }

    private void handleEcmTimer(int action) {