Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 1 | package: "com.android.server.telecom.flags" |
Oriol Prieto Gasco | 19b3382 | 2024-02-06 18:34:47 +0000 | [diff] [blame] | 2 | container: "system" |
Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 3 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 4 | # OWNER=tjstuart TARGET=24Q3 |
Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 5 | flag { |
Ruijie Bai | 5baccc8 | 2024-06-04 11:02:42 +0800 | [diff] [blame] | 6 | name: "prevent_redundant_location_permission_grant_and_revoke" |
| 7 | namespace: "telecom" |
| 8 | description: "avoid redundant action of grant and revoke location permission for multiple emergency calls" |
| 9 | bug: "345386002" |
| 10 | } |
| 11 | |
| 12 | flag { |
Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 13 | name: "transactional_cs_verifier" |
| 14 | namespace: "telecom" |
| 15 | description: "verify connection service callbacks via a transaction" |
| 16 | bug: "309541257" |
Thomas Stuart | d35aede | 2024-03-12 00:18:06 +0000 | [diff] [blame] | 17 | } |
| 18 | |
| 19 | flag { |
| 20 | name: "cache_call_audio_callbacks" |
| 21 | namespace: "telecom" |
| 22 | description: "cache call audio callbacks if the service is not available and execute when set" |
| 23 | bug: "321369729" |
Brad Ebinger | 230735e | 2024-05-10 13:35:48 -0700 | [diff] [blame] | 24 | } |
| 25 | |
Brad Ebinger | 3e88365 | 2024-09-05 14:45:10 -0700 | [diff] [blame] | 26 | # OWNER=breadley TARGET=24Q4 |
| 27 | flag { |
| 28 | name: "cache_call_events" |
| 29 | namespace: "telecom" |
| 30 | description: "Cache call events to wait for the ServiceWrapper to be set" |
| 31 | bug: "364311190" |
| 32 | metadata { |
| 33 | purpose: PURPOSE_BUGFIX |
| 34 | } |
| 35 | } |
| 36 | |
Brad Ebinger | 230735e | 2024-05-10 13:35:48 -0700 | [diff] [blame] | 37 | # OWNER = breadley TARGET=24Q3 |
| 38 | flag { |
| 39 | name: "cancel_removal_on_emergency_redial" |
| 40 | namespace: "telecom" |
| 41 | description: "When redialing an emergency call on another connection service, ensure any pending removal operation is cancelled" |
| 42 | bug: "341157874" |
| 43 | metadata { |
| 44 | purpose: PURPOSE_BUGFIX |
| 45 | } |
| 46 | } |
Brad Ebinger | e19f452 | 2024-08-30 11:12:24 -0700 | [diff] [blame] | 47 | |
| 48 | # OWNER=breadley TARGET=24Q4 |
| 49 | flag { |
| 50 | name: "use_stream_voice_call_tones" |
| 51 | namespace: "telecom" |
| 52 | description: "Use STREAM_VOICE_CALL only for ToneGenerator" |
| 53 | bug: "363262590" |
| 54 | metadata { |
| 55 | purpose: PURPOSE_BUGFIX |
| 56 | } |
Thomas Stuart | 5133d8e | 2024-09-13 23:46:04 +0000 | [diff] [blame] | 57 | } |
| 58 | |
| 59 | # OWNER=tjstuart TARGET=25Q1 |
| 60 | flag { |
| 61 | name: "remap_transactional_capabilities" |
| 62 | namespace: "telecom" |
| 63 | description: "Transactional call capabilities need to be remapped to Connection capabilities" |
| 64 | bug: "366063695" |
| 65 | metadata { |
| 66 | purpose: PURPOSE_BUGFIX |
| 67 | } |
Brad Ebinger | e19f452 | 2024-08-30 11:12:24 -0700 | [diff] [blame] | 68 | } |