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

Commit add24c66 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update api doc to clarify the permission for this uri" into main

parents 296cdc88 f1b45674
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -419,7 +419,9 @@ public class CallLog {
        public static final Uri CONTENT_FILTER_URI = Uri.parse("content://call_log/calls/filter");

        /**
         * The content:// style URL for VoIP applications to query the data belongs to them
         * The content:// style URL for VoIP applications to query the data belongs to them.
         * <p>
         * Applications granted the MANAGE_OWN_CALLS permission can access their own logs.
         */
        @FlaggedApi(Flags.FLAG_INTEGRATED_CALL_LOGS)
        @NonNull