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

Commit 31cef9cb authored by Makoto Onuki's avatar Makoto Onuki Committed by Android Git Automerger
Browse files

am 2d94830e: am f307268c: Merge "Clearify javadoc on Phone.NORMALIZED_NUMBER." into jb-dev

* commit '2d94830e':
  Clearify javadoc on Phone.NORMALIZED_NUMBER.
parents 79e95db4 2d94830e
Loading
Loading
Loading
Loading
+3 −2
Original line number 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
             * 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;