diff options
| author | 2012-04-26 10:15:42 -0700 | |
|---|---|---|
| committer | 2012-04-26 10:15:42 -0700 | |
| commit | f307268cd5b4fdc47706e9bc9d9ebdb8a84851a9 (patch) | |
| tree | 793662dc73bb88273755b9a326e4ff5b776f1ec2 | |
| parent | 9b593a67f1e93896af4ef1050e485fb84bd5dd4f (diff) | |
| parent | e5420e9c980ff3c2a32f385a8bc62df4fd9af745 (diff) | |
Merge "Clearify javadoc on Phone.NORMALIZED_NUMBER." into jb-dev
| -rw-r--r-- | core/java/android/provider/ContactsContract.java | 5 |
1 files 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). * <P>Type: TEXT</P> */ public static final String NORMALIZED_NUMBER = DATA4; |