remap transactional capabilities

Prev, transactional call capabilities were not being remapped to
Connection capabilities which led to confusing logs and could mislead
InCallService listeners.

Now, transactional call capabilities are remapped to Connection
capabilities

Flag: com.android.server.telecom.flags.remap_transactional_capabilities
Fixes: 366063695
Test: 1 new unit test + manual
Change-Id: I80352d562d55b7f7a5dd971f46dc04c729be2091
diff --git a/flags/telecom_call_flags.aconfig b/flags/telecom_call_flags.aconfig
index 2fde55a..7650128 100644
--- a/flags/telecom_call_flags.aconfig
+++ b/flags/telecom_call_flags.aconfig
@@ -36,4 +36,15 @@
   metadata {
       purpose: PURPOSE_BUGFIX
     }
+}
+
+# OWNER=tjstuart TARGET=25Q1
+flag {
+  name: "remap_transactional_capabilities"
+  namespace: "telecom"
+  description: "Transactional call capabilities need to be remapped to Connection capabilities"
+  bug: "366063695"
+  metadata {
+      purpose: PURPOSE_BUGFIX
+    }
 }
\ No newline at end of file