Add call log uri for marking missed calls as read when dialer apps get
notification on reboot.

Test: N/A
Bug: 292597423

Change-Id: I39b4b1cbd3d6626e4a70b7d15b31584adbbc0955
diff --git a/flags/telecom_api_flags.aconfig b/flags/telecom_api_flags.aconfig
index cbad597..74cb447 100644
--- a/flags/telecom_api_flags.aconfig
+++ b/flags/telecom_api_flags.aconfig
@@ -20,3 +20,10 @@
   description: "When set, Telecom will auto-unbind if a ConnectionService returns no connections after some time."
   bug: "293458004"
 }
+
+flag{
+  name: "add_call_uri_for_missed_calls"
+  namespace: "telecom"
+  description: "The key is used for dialer apps to mark missed calls as read when it gets the notification on reboot."
+  bug: "292597423"
+}