Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7e04c27 authored by Grant Menke's avatar Grant Menke
Browse files

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
parent 821faa54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ aconfig_declarations {
    srcs: [
      "telecom_broadcast_flags.aconfig",
      "telecom_ringer_flag_declarations.aconfig",
      "telecom_api_flags.aconfig",
    ],
}

+8 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"

flag {
  name: "voip_app_actions_support"
  namespace: "telecom"
  description: "When set, Telecom support for additional VOIP application actions is active."
  bug: "296934278"
}
 No newline at end of file