Add a flag for voip app actions and tag relevant API.
This CL defines a new feature flag in Telecom to be used to signal when support for additional VOIP app actions is active. This CL also tags the PROPERTY_IS_TRANSACTIONAL API with that flag.
Test: manual
Fixes: 297436628
Change-Id: I812ad5286410b7842ab74e9f6cd282ad1227c119
diff --git a/flags/Android.bp b/flags/Android.bp
index 6d4795b..4c5c319 100644
--- a/flags/Android.bp
+++ b/flags/Android.bp
@@ -24,6 +24,7 @@
srcs: [
"telecom_broadcast_flags.aconfig",
"telecom_ringer_flag_declarations.aconfig",
+ "telecom_api_flags.aconfig",
],
}