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

Commit f1b45674 authored by Hui Wang's avatar Hui Wang
Browse files

Update api doc to clarify the permission for this uri

Flag: com.android.server.telecom.flags.integrated_call_logs
Bug: 407069563
Test: make
Change-Id: I7d9a4efc065846e92ffdb016b7f92dce1178e960
parent f22525e2
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