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

Commit 0a17393e authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix SDK build break due to link in hidden field in comment

Change-Id: I10bcfa01d1aea4fd95a99e4230f5c0217ec188ac
parent 833a9e58
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -86,9 +86,8 @@ public class CallLog {
        public static final String ALLOW_VOICEMAILS_PARAM_KEY = "allow_voicemails";

        /**
         * Content uri with {@link #ALLOW_VOICEMAILS_PARAM_KEY} set. This uri is used to access
         * call log entries, including voicemail records. You must have the READ_CALL_LOG and
         * WRITE_CALL_LOG permissions to read and write to the call log.
         * Content uri used to access call log entries, including voicemail records. You must have
         * the READ_CALL_LOG and WRITE_CALL_LOG permissions to read and write to the call log.
         */
        public static final Uri CONTENT_URI_WITH_VOICEMAIL = CONTENT_URI.buildUpon()
                .appendQueryParameter(ALLOW_VOICEMAILS_PARAM_KEY, "true")