Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5420e9c authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Clearify javadoc on Phone.NORMALIZED_NUMBER.

This column can be null even if NUMBER isn't.

Change-Id: I74698c7caca87b92aee469b8d343c4d20a78f4fd
parent 867b96bd
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -5411,8 +5411,9 @@ public final class ContactsContract {


            /**
            /**
             * The phone number's E164 representation. This value can be omitted in which
             * 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}
             * case the provider will try to automatically infer it.  (It'll be left null if the
             * has to be set as well (it will be ignored otherwise).
             * provider fails to infer.)
             * If present, {@link #NUMBER} has to be set as well (it will be ignored otherwise).
             * <P>Type: TEXT</P>
             * <P>Type: TEXT</P>
             */
             */
            public static final String NORMALIZED_NUMBER = DATA4;
            public static final String NORMALIZED_NUMBER = DATA4;