Loading core/java/android/provider/CallLog.java +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/provider/CallLog.java +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading