Stop sending the new outgoing call broadcast in a blocking manner.
Also remove foreground priority from receivers as well as remove the
ability to launch activities from the background.
Test: Manual testing with flag overridden on and off.
Test: Added unit test to confirm operation with/without the flag set.
Bug: 224550864
Change-Id: I206a822d1a13c68224fd571e3c2bca4b3e7fec0e
diff --git a/flags/telecom_broadcast_flags.aconfig b/flags/telecom_broadcast_flags.aconfig
new file mode 100644
index 0000000..348d574
--- /dev/null
+++ b/flags/telecom_broadcast_flags.aconfig
@@ -0,0 +1,8 @@
+package: "com.android.server.telecom.flags"
+
+flag {
+ name: "is_new_outgoing_call_broadcast_unblocking"
+ namespace: "telecom"
+ description: "When set, the ACTION_NEW_OUTGOING_CALL broadcast is unblocking."
+ bug: "224550864"
+}
\ No newline at end of file