Add flags for conference hold and unhold operations and tag relevant APIs.

This CL defines a new feature flag in telephony to be used when conference call's hold and unHold operation changed from function call to send a message.

Bug: 288002989
Test: atest ImsCallingTest
Test: manual test (MO call, MT call, 1st call hold unhold, conference call, conference call swap)
Test: adb shell device_config put telephony com.android.internal.telephony.flags.conference_hold_unhold_changed_to_send_message true

Change-Id: I01932eaf84ad06019cde004a5b8b570c28e0b157
diff --git a/flags/ims.aconfig b/flags/ims.aconfig
index 84e491e..b41ef4d 100644
--- a/flags/ims.aconfig
+++ b/flags/ims.aconfig
@@ -1 +1,8 @@
-package: "com.android.internal.telephony.flags"
\ No newline at end of file
+package: "com.android.internal.telephony.flags"
+
+flag {
+    name: "conference_hold_unhold_changed_to_send_message"
+    namespace: "telephony"
+    description: "This flag controls Conference’s hold & unHold operation changed to send a message"
+    bug:"288002989"
+}
\ No newline at end of file