Ling Ma | 1c5b7f6 | 2023-08-21 16:05:32 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 2 | |
| 3 | flag { |
Ling Ma | 8f97325 | 2023-10-20 18:37:40 -0700 | [diff] [blame] | 4 | name: "auto_switch_allow_roaming" |
| 5 | namespace: "telephony" |
| 6 | description: "Allow using roaming network as target if user allows it from settings." |
| 7 | bug: "306488039" |
| 8 | } |
| 9 | |
| 10 | flag { |
Ling Ma | 8d8888f | 2023-11-29 13:16:06 -0800 | [diff] [blame] | 11 | name: "auto_data_switch_rat_ss" |
| 12 | namespace: "telephony" |
| 13 | description: "Whether switch for better rat and signal strength" |
| 14 | bug:"260928808" |
| 15 | } |
| 16 | |
| 17 | flag { |
Ling Ma | fd7d6a1 | 2023-11-17 00:27:16 +0000 | [diff] [blame] | 18 | name: "use_alarm_callback" |
| 19 | namespace: "telephony" |
| 20 | description: "Use alarm callback instead of broadcast." |
| 21 | bug: "311476875" |
| 22 | } |
| 23 | |
| 24 | flag { |
| 25 | name: "refine_preferred_data_profile_selection" |
| 26 | namespace: "telephony" |
| 27 | description: "Upon internet network connect, refine selection of preferred data profile." |
| 28 | bug: "311476883" |
| 29 | } |
| 30 | |
| 31 | flag { |
Ling Ma | 2db795e | 2023-10-19 16:01:08 -0700 | [diff] [blame] | 32 | name: "unthrottle_check_transport" |
| 33 | namespace: "telephony" |
| 34 | description: "Check transport when unthrottle." |
| 35 | bug: "303922311" |
| 36 | } |
| 37 | |
| 38 | flag { |
Ling Ma | 76cfc26 | 2023-09-27 16:58:59 -0700 | [diff] [blame] | 39 | name: "relax_ho_teardown" |
| 40 | namespace: "telephony" |
| 41 | description: "Relax handover tear down if the device is currently in voice call." |
| 42 | bug: "270895912" |
Ling Ma | 1b184be | 2023-08-15 14:53:23 -0700 | [diff] [blame] | 43 | } |
| 44 | |
| 45 | flag { |
| 46 | name: "allow_mmtel_in_non_vops" |
| 47 | namespace: "telephony" |
| 48 | description: "Allow bring up MMTEL in nonVops area specified by carrier config." |
| 49 | bug: "241198464" |
| 50 | } |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 51 | |
| 52 | flag { |
| 53 | name: "metered_embb_urlcc" |
| 54 | namespace: "telephony" |
| 55 | description: "Force networks that have PRIORITIZE_BANDWIDTH or PRIORITIZE_LATENCY to be metered." |
| 56 | bug: "301310451" |
Sarah Chin | 578eb60 | 2023-10-23 17:55:35 -0700 | [diff] [blame] | 57 | } |
| 58 | |
| 59 | flag { |
| 60 | name: "slicing_additional_error_codes" |
| 61 | namespace: "telephony" |
| 62 | description: "Support additional slicing error codes and functionality." |
| 63 | bug: "307378699" |
Jack Yu | b86d67f | 2023-10-26 14:35:18 -0700 | [diff] [blame] | 64 | } |
Nagendra Prasad Nagarle Basavaraju | b3eda37 | 2023-10-23 06:16:30 +0000 | [diff] [blame] | 65 | |
| 66 | flag { |
| 67 | name: "apn_setting_field_support_flag" |
| 68 | namespace: "telephony" |
| 69 | description: "Expose apn setting supporting field" |
| 70 | bug: "307038091" |
| 71 | } |
sangyun | f6feb7c | 2023-10-10 04:42:56 +0900 | [diff] [blame] | 72 | |
| 73 | flag { |
| 74 | name: "network_validation" |
| 75 | namespace: "telephony" |
| 76 | description: "Request network validation for data networks and response status." |
| 77 | bug:"286171724" |
| 78 | } |
| 79 | |
Nagendra Prasad Nagarle Basavaraju | 55254f2 | 2023-11-14 14:33:40 +0000 | [diff] [blame] | 80 | flag { |
| 81 | name: "notify_data_activity_changed_with_slot" |
| 82 | namespace: "telephony" |
| 83 | description: "notify data activity changed for slot id" |
| 84 | bug: "309896936" |
| 85 | } |
qingqi | 582b98a | 2023-07-19 20:59:41 +0000 | [diff] [blame] | 86 | |
| 87 | flag { |
| 88 | name: "vonr_enabled_metric" |
| 89 | namespace: "telephony" |
| 90 | description: "Collect vonr status in voice call metric" |
| 91 | bug:"288449751" |
| 92 | } |
Willy Hu | c0ceeb4 | 2023-08-19 02:01:36 +0000 | [diff] [blame^] | 93 | |
| 94 | flag { |
| 95 | name: "ignore_existing_networks_for_internet_allowed_checking" |
| 96 | namespace: "telephony" |
| 97 | description: "Ignore existing networks when checking if internet is allowed" |
| 98 | bug: "284420611" |
| 99 | } |