package: "com.android.server.telecom.flags" container: "system" # OWNER=tjstuart TARGET=24Q3 flag { name: "prevent_redundant_location_permission_grant_and_revoke" namespace: "telecom" description: "avoid redundant action of grant and revoke location permission for multiple emergency calls" bug: "345386002" } flag { name: "transactional_cs_verifier" namespace: "telecom" description: "verify connection service callbacks via a transaction" bug: "309541257" } flag { name: "cache_call_audio_callbacks" namespace: "telecom" description: "cache call audio callbacks if the service is not available and execute when set" bug: "321369729" } # OWNER = breadley TARGET=24Q3 flag { name: "cancel_removal_on_emergency_redial" namespace: "telecom" description: "When redialing an emergency call on another connection service, ensure any pending removal operation is cancelled" bug: "341157874" metadata { purpose: PURPOSE_BUGFIX } }