Skip to content

Instantly share code, notes, and snippets.

@alexforsale
Last active August 29, 2015 14:06
Show Gist options
  • Save alexforsale/35ceef0f4647e51fcf68 to your computer and use it in GitHub Desktop.
Save alexforsale/35ceef0f4647e51fcf68 to your computer and use it in GitHub Desktop.
possible phone fc fix
diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java
index 6d14dfc..d1a690c 100644
--- a/core/java/android/provider/CallLog.java
+++ b/core/java/android/provider/CallLog.java
@@ -246,6 +246,13 @@ public class CallLog {
public static final String CACHED_FORMATTED_NUMBER = "formatted_number";
/**
+ * The subscription id.
+ * <P>Type: Integer</P>
+ * @hide
+ */
+ public static final String SUBSCRIPTION = "sub_id";
+
+ /**
* Adds a call to the call log.
*
* @param ci the CallerInfo object to get the target contact from. Can be null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment