1package: "com.android.server.telecom.flags" 2container: "system" 3 4# OWNER=grantmenke TARGET=24Q3 5flag { 6 name: "voip_app_actions_support" 7 is_exported: true 8 namespace: "telecom" 9 description: "When set, Telecom support for additional VOIP application actions is active." 10 bug: "296934278" 11} 12 13# OWNER=grantmenke TARGET=24Q3 14flag { 15 name: "call_details_id_changes" 16 is_exported: true 17 namespace: "telecom" 18 description: "When set, call details/extras id updates to Telecom APIs for Android V are active." 19 bug: "301713560" 20} 21 22# OWNER=kunduz TARGET=24Q2 23flag { 24 name: "add_call_uri_for_missed_calls" 25 is_exported: true 26 namespace: "telecom" 27 description: "The key is used for dialer apps to mark missed calls as read when it gets the notification on reboot." 28 bug: "292597423" 29} 30 31# OWNER=tjstuart TARGET=24Q3 32flag { 33 name: "set_mute_state" 34 is_exported: true 35 namespace: "telecom" 36 description: "transactional calls need the ability to mute the call audio input" 37 bug: "310669304" 38} 39 40# OWNER=tjstuart TARGET=24Q3 41flag { 42 name: "get_registered_phone_accounts" 43 is_exported: true 44 namespace: "telecom" 45 description: "When set, self-managed clients can get their own phone accounts" 46 bug: "317132586" 47} 48 49# OWNER=tjstuart TARGET=24Q3 50flag { 51 name: "transactional_video_state" 52 is_exported: true 53 namespace: "telecom" 54 description: "when set, clients using transactional implementations will be able to set & get the video state" 55 bug: "311265260" 56} 57 58# OWNER=tjstuart TARGET=24Q3 59flag { 60 name: "business_call_composer" 61 is_exported: true 62 namespace: "telecom" 63 description: "Enables enriched calling features (e.g. Business name will show for a call)" 64 bug: "311688497" 65 is_exported: true 66} 67 68# OWNER=tgunn TARGET=25Q3 69flag { 70 name: "get_last_known_cell_identity" 71 is_exported: true 72 namespace: "telecom" 73 description: "Formalizes the getLastKnownCellIdentity API that Telecom reliees on as a system api" 74 bug: "327454165" 75} 76