Created
December 17, 2014 17:00
-
-
Save invisiblek/fe6274d1ff0c451a00f9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
diff --git a/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java b/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java | |
index 44e18de..c7872f6 100644 | |
--- a/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java | |
+++ b/ril/telephony/java/com/android/internal/telephony/LgeLteRIL.java | |
@@ -136,7 +136,7 @@ public class LgeLteRIL extends RIL implements CommandsInterface { | |
} | |
// Trigger socket reset if RIL connect is called again | |
SystemProperties.set("ril.socket.reset", "1"); | |
- setPreferredNetworkType(mPreferredNetworkType, null); | |
+// setPreferredNetworkType(mPreferredNetworkType, null); | |
setCdmaSubscriptionSource(mCdmaSubscription, null); | |
notifyRegistrantsRilConnectionChanged(((int[])ret)[0]); | |
break; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment