Merge tag 'LA.UM.8.1.r1-14300-sm8150.0' of https://source.codeaurora.org/quic/la/platform/vendor/codeaurora/telephony into lineage-17.1

"LA.UM.8.1.r1-14300-sm8150.0"

Change-Id: I2a3660c79dc4a37d3e5de04cfa9ca427c96866c5
diff --git a/ims/src/org/codeaurora/ims/utils/QtiImsExtUtils.java b/ims/src/org/codeaurora/ims/utils/QtiImsExtUtils.java
index 664e7e5..3b14cd2 100644
--- a/ims/src/org/codeaurora/ims/utils/QtiImsExtUtils.java
+++ b/ims/src/org/codeaurora/ims/utils/QtiImsExtUtils.java
@@ -452,6 +452,11 @@
                 carrierConfig);
     }
 
+    //TODO not removing this deprecated API to avoid compilation errors.
+    public static boolean allowVideoCallsInLowBattery(Context context) {
+        return allowVideoCallsInLowBattery(QtiCallConstants.INVALID_PHONE_ID, context);
+    }
+
     public static boolean allowVideoCallsInLowBattery(int phoneId, Context context) {
         return isCarrierConfigEnabled(phoneId, context,
                 QtiCarrierConfigs.ALLOW_VIDEO_CALL_IN_LOW_BATTERY);