blob: a74d2795c21ea39a0f722b4a657fbf9d05cf4b21 [file] [log] [blame]
Ling Ma1c5b7f62023-08-21 16:05:32 -07001package: "com.android.internal.telephony.flags"
Ling Ma76cfc262023-09-27 16:58:59 -07002
3flag {
Ling Ma8f973252023-10-20 18:37:40 -07004 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
10flag {
Ling Ma8d8888f2023-11-29 13:16:06 -080011 name: "auto_data_switch_rat_ss"
12 namespace: "telephony"
13 description: "Whether switch for better rat and signal strength"
14 bug:"260928808"
15}
16
17flag {
Ling Mafd7d6a12023-11-17 00:27:16 +000018 name: "use_alarm_callback"
19 namespace: "telephony"
20 description: "Use alarm callback instead of broadcast."
21 bug: "311476875"
22}
23
24flag {
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
31flag {
Ling Ma2db795e2023-10-19 16:01:08 -070032 name: "unthrottle_check_transport"
33 namespace: "telephony"
34 description: "Check transport when unthrottle."
35 bug: "303922311"
36}
37
38flag {
Ling Ma76cfc262023-09-27 16:58:59 -070039 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 Ma1b184be2023-08-15 14:53:23 -070043}
44
45flag {
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 Yub86d67f2023-10-26 14:35:18 -070051
52flag {
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 Chin578eb602023-10-23 17:55:35 -070057 }
58
59flag {
60 name: "slicing_additional_error_codes"
61 namespace: "telephony"
62 description: "Support additional slicing error codes and functionality."
63 bug: "307378699"
Jack Yub86d67f2023-10-26 14:35:18 -070064}
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000065
66flag {
67 name: "apn_setting_field_support_flag"
68 namespace: "telephony"
69 description: "Expose apn setting supporting field"
70 bug: "307038091"
71}
sangyunf6feb7c2023-10-10 04:42:56 +090072
73flag {
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 Basavaraju55254f22023-11-14 14:33:40 +000080flag {
81 name: "notify_data_activity_changed_with_slot"
82 namespace: "telephony"
83 description: "notify data activity changed for slot id"
84 bug: "309896936"
85}
qingqi582b98a2023-07-19 20:59:41 +000086
87flag {
88 name: "vonr_enabled_metric"
89 namespace: "telephony"
90 description: "Collect vonr status in voice call metric"
91 bug:"288449751"
92}
Willy Huc0ceeb42023-08-19 02:01:36 +000093
94flag {
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}