-
-
Save invisiblek/b6da57c490b3a46c6c11 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/src/java/com/android/internal/telephony/PhoneFactory.java b/src/java/com/android/internal/telephony/PhoneFactory.java | |
index 1b90661..d047ef3 100644 | |
--- a/src/java/com/android/internal/telephony/PhoneFactory.java | |
+++ b/src/java/com/android/internal/telephony/PhoneFactory.java | |
@@ -176,6 +176,7 @@ public class PhoneFactory { | |
} | |
} | |
} | |
+ try {Thread.sleep(3000);} catch (Exception e) {} | |
Rlog.i(LOG_TAG, "Creating SubscriptionController"); | |
SubscriptionController.init(context, sCommandsInterfaces); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment