summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/ContactsContract.java
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2012-04-06 20:22:57 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-06 20:22:57 -0700
commit63c115c4aa2158ea18338a9fb2c2619755958ddc (patch)
treed2d63436732059121c58634ed8794e2c55501967 /core/java/android/provider/ContactsContract.java
parent12578bde993ff907ce285a68db34ad6c5756c5b0 (diff)
parentdb919155a87b4adf44874b817838458e04d9d17c (diff)
downloadframeworks_base-63c115c4aa2158ea18338a9fb2c2619755958ddc.zip
frameworks_base-63c115c4aa2158ea18338a9fb2c2619755958ddc.tar.gz
frameworks_base-63c115c4aa2158ea18338a9fb2c2619755958ddc.tar.bz2
Merge "Expose NORMALIZED_NUMBER in the API"
Diffstat (limited to 'core/java/android/provider/ContactsContract.java')
-rw-r--r--core/java/android/provider/ContactsContract.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java
index d724d56..0e9306b 100644
--- a/core/java/android/provider/ContactsContract.java
+++ b/core/java/android/provider/ContactsContract.java
@@ -4531,8 +4531,6 @@ public final class ContactsContract {
/**
* The phone number's E164 representation.
* <P>Type: TEXT</P>
- *
- * @hide
*/
public static final String NORMALIZED_NUMBER = "normalized_number";
}
@@ -5408,10 +5406,10 @@ public final class ContactsContract {
public static final String NUMBER = DATA;
/**
- * The phone number's E164 representation.
+ * The phone number's E164 representation. This value can be omitted in which
+ * case the provider will try to automatically infer it. If present, {@link #NUMBER}
+ * has to be set as well (it will be ignored otherwise).
* <P>Type: TEXT</P>
- *
- * @hide
*/
public static final String NORMALIZED_NUMBER = DATA4;