Last active
August 29, 2015 14:06
-
-
Save alexforsale/35ceef0f4647e51fcf68 to your computer and use it in GitHub Desktop.
possible phone fc fix
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
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