From e5420e9c980ff3c2a32f385a8bc62df4fd9af745 Mon Sep 17 00:00:00 2001 From: Makoto Onuki Date: Wed, 25 Apr 2012 13:24:41 -0700 Subject: Clearify javadoc on Phone.NORMALIZED_NUMBER. This column can be null even if NUMBER isn't. Change-Id: I74698c7caca87b92aee469b8d343c4d20a78f4fd --- core/java/android/provider/ContactsContract.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 7d41e649c338..018785bb8294 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -5411,8 +5411,9 @@ public final class ContactsContract { /** * 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). + * case the provider will try to automatically infer it. (It'll be left null if the + * provider fails to infer.) + * If present, {@link #NUMBER} has to be set as well (it will be ignored otherwise). *

Type: TEXT

*/ public static final String NORMALIZED_NUMBER = DATA4; -- cgit v1.2.3-59-g8ed1b