We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867b96b commit e5420e9Copy full SHA for e5420e9
core/java/android/provider/ContactsContract.java
@@ -5411,8 +5411,9 @@ private Phone() {}
5411
5412
/**
5413
* The phone number's E164 representation. This value can be omitted in which
5414
- * case the provider will try to automatically infer it. If present, {@link #NUMBER}
5415
- * 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.)
5416
+ * If present, {@link #NUMBER} has to be set as well (it will be ignored otherwise).
5417
* <P>Type: TEXT</P>
5418
*/
5419
public static final String NORMALIZED_NUMBER = DATA4;
0 commit comments