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

Commit 49e1cf94 authored by Yorke Lee's avatar Yorke Lee
Browse files

Update javadocs for number presentation

Bug: 10461762
Change-Id: Idfd19fb5f522569afa775ce95e0ba975324a0ee2
parent 23819e7e
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -137,8 +137,18 @@ public class CallLog {
        public static final String NUMBER = "number";

        /**
         * The number presenting rules set by the network for "allowed",
         * "payphone", "restricted" or "unknown".
         * The number presenting rules set by the network.
         *
         * <p>
         * Allowed values:
         * <ul>
         * <li>{@link #PRESENTATION_ALLOWED}</li>
         * <li>{@link #PRESENTATION_RESTRICTED}</li>
         * <li>{@link #PRESENTATION_UNKNOWN}</li>
         * <li>{@link #PRESENTATION_PAYPHONE}</li>
         * </ul>
         * </p>
         *
         * <P>Type: INTEGER</P>
         */
        public static final String NUMBER_PRESENTATION = "presentation";