Hunsuk Choi | a8d02a7 | 2023-11-03 12:02:42 +0000 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
Yu Liu | a20df18 | 2024-03-26 22:39:02 +0000 | [diff] [blame] | 2 | container: "system" |
Hunsuk Choi | a8d02a7 | 2023-11-03 12:02:42 +0000 | [diff] [blame] | 3 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 4 | # OWNER=forestchoi TARGET=24Q3 |
Hunsuk Choi | a8d02a7 | 2023-11-03 12:02:42 +0000 | [diff] [blame] | 5 | flag { |
| 6 | name: "ap_domain_selection_enabled" |
| 7 | namespace: "telephony" |
| 8 | description: "This flag controls AP domain selection feature." |
| 9 | bug:"258112541" |
| 10 | } |
| 11 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 12 | # OWNER=forestchoi TARGET=24Q3 |
Hunsuk Choi | a8d02a7 | 2023-11-03 12:02:42 +0000 | [diff] [blame] | 13 | flag { |
| 14 | name: "use_aosp_domain_selection_service" |
| 15 | namespace: "telephony" |
| 16 | description: "This flag controls AOSP's domain selection service supported." |
| 17 | bug:"258112541" |
| 18 | } |
| 19 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 20 | # OWNER=forestchoi TARGET=24Q3 |
Hunsuk Choi | a8d02a7 | 2023-11-03 12:02:42 +0000 | [diff] [blame] | 21 | flag { |
| 22 | name: "use_oem_domain_selection_service" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 23 | is_exported: true |
Hunsuk Choi | a8d02a7 | 2023-11-03 12:02:42 +0000 | [diff] [blame] | 24 | namespace: "telephony" |
| 25 | description: "This flag controls OEMs' domain selection service supported." |
| 26 | bug:"258112541" |
| 27 | } |
| 28 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 29 | # OWNER=forestchoi TARGET=24Q3 |
Hunsuk Choi | a8d02a7 | 2023-11-03 12:02:42 +0000 | [diff] [blame] | 30 | flag { |
| 31 | name: "domain_selection_metrics_enabled" |
| 32 | namespace: "telephony" |
| 33 | description: "This flag controls domain selection metrics." |
| 34 | bug:"258112541" |
| 35 | } |
Jongduck You | 6fe47ae | 2024-06-12 22:08:21 +0000 | [diff] [blame] | 36 | |
| 37 | # OWNER=jdyou TARGET=24Q4 |
| 38 | flag { |
| 39 | name: "hangup_emergency_call_for_cross_sim_redialing" |
| 40 | namespace: "telephony" |
| 41 | description: "This flag controls the behavior of terminating an emergency call for cross SIM redialing." |
| 42 | bug:"336398541" |
| 43 | } |
Avinash Malipatil | 9cf9c16 | 2025-01-15 22:01:28 -0800 | [diff] [blame] | 44 | |
| 45 | # OWNER=avinashmp TARGET=25Q1 |
| 46 | flag { |
| 47 | name: "add_ims_redial_codes_for_emergency_calls" |
| 48 | namespace: "telephony" |
| 49 | description: "This flag controls the addition of EMERGENCY_REDIAL_ON_IMS and EMERGENCY_REDIAL_ON_VOWIFI redial codes for normal routed emergency calls." |
| 50 | bug:"357980439" |
| 51 | } |
jaesikkong | 83d0682 | 2025-02-12 01:44:38 +0000 | [diff] [blame] | 52 | |
| 53 | # OWNER=jaesikkong TARGET=25Q2 |
| 54 | flag { |
| 55 | name: "disable_ecbm_based_on_rat" |
| 56 | namespace: "telephony" |
| 57 | description: "Fix bug entering the emergency callback mode in GSM or UMTS network." |
| 58 | bug:"389010789" |
| 59 | metadata { |
| 60 | purpose: PURPOSE_BUGFIX |
| 61 | } |
| 62 | } |
Hwangoo Park | 680b18a | 2025-03-02 13:07:22 +0000 | [diff] [blame] | 63 | |
| 64 | # OWNER=hwangoo TARGET=25Q2 |
| 65 | flag { |
| 66 | name: "hangup_active_call_based_on_emergency_call_domain" |
| 67 | namespace: "telephony" |
| 68 | description: "This flag disconnects an active call if the domain selected for the emergency call is different from the domain of the currently active call." |
| 69 | bug:"391287237" |
| 70 | metadata { |
| 71 | purpose: PURPOSE_BUGFIX |
| 72 | } |
| 73 | } |