Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created November 28, 2014 22:49
Show Gist options
  • Save invisiblek/b6da57c490b3a46c6c11 to your computer and use it in GitHub Desktop.
Save invisiblek/b6da57c490b3a46c6c11 to your computer and use it in GitHub Desktop.
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