Created
March 24, 2019 05:00
-
-
Save Akianonymus/3d8436668b4c2253b650cd517ee5dd32 to your computer and use it in GitHub Desktop.
Force isRadioTechLte to true
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From edb28acbe2253bfcc49cbb6e7e1faf60ed04ed97 Mon Sep 17 00:00:00 2001 | |
From: Akianonymus <[email protected]> | |
Date: Thu, 21 Mar 2019 06:54:03 +0530 | |
Subject: [PATCH] Force isRadioTechLte to true | |
--- | |
.../com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java | 3 +-- | |
1 file changed, 1 insertion(+), 2 deletions(-) | |
diff --git a/src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java b/src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java | |
index 8cb3307..db98407 100644 | |
--- a/src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java | |
+++ b/src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java | |
@@ -3369,8 +3369,7 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall { | |
} | |
public boolean isVolteEnabled() { | |
- boolean isRadioTechLte = getImsRegistrationTech() | |
- == ImsRegistrationImplBase.REGISTRATION_TECH_LTE; | |
+ boolean isRadioTechLte = true; | |
return isRadioTechLte && mMmTelCapabilities.isCapable( | |
MmTelFeature.MmTelCapabilities.CAPABILITY_TYPE_VOICE); | |
} | |
-- | |
2.11.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment