From 224744cc72aa7799fb3e5c505123d09d64d4e0c4 Mon Sep 17 00:00:00 2001 From: Bai Tao Date: Tue, 31 Aug 2010 09:59:13 +0800 Subject: Store the current country in call log Change-Id: Ia68f8e0280b89d5993abb2701a3c425a147b51ba --- core/java/android/provider/CallLog.java | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'core/java/android/provider/CallLog.java') diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java index d52632b..bf051f5 100644 --- a/core/java/android/provider/CallLog.java +++ b/core/java/android/provider/CallLog.java @@ -88,6 +88,17 @@ public class CallLog { public static final String NUMBER = "number"; /** + * The ISO 3166-1 two letters country code of the country where the + * user received or made the call. + *

+ * Type: TEXT + *

+ * + * @hide + */ + public static final String COUNTRY_ISO = "countryiso"; + + /** * The date the call occured, in milliseconds since the epoch *

Type: INTEGER (long)

*/ -- cgit v1.1