blob: b1f5ab19c5ed01a03f9237bc2881da8c8e6a971a [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 Mafd7d6a12023-11-17 00:27:16 +000011 name: "use_alarm_callback"
12 namespace: "telephony"
13 description: "Use alarm callback instead of broadcast."
14 bug: "311476875"
15}
16
17flag {
18 name: "refine_preferred_data_profile_selection"
19 namespace: "telephony"
20 description: "Upon internet network connect, refine selection of preferred data profile."
21 bug: "311476883"
22}
23
24flag {
Ling Ma2db795e2023-10-19 16:01:08 -070025 name: "unthrottle_check_transport"
26 namespace: "telephony"
27 description: "Check transport when unthrottle."
28 bug: "303922311"
29}
30
31flag {
Ling Ma76cfc262023-09-27 16:58:59 -070032 name: "relax_ho_teardown"
33 namespace: "telephony"
34 description: "Relax handover tear down if the device is currently in voice call."
35 bug: "270895912"
Ling Ma1b184be2023-08-15 14:53:23 -070036}
37
38flag {
39 name: "allow_mmtel_in_non_vops"
40 namespace: "telephony"
41 description: "Allow bring up MMTEL in nonVops area specified by carrier config."
42 bug: "241198464"
43}
Jack Yub86d67f2023-10-26 14:35:18 -070044
45flag {
46 name: "metered_embb_urlcc"
47 namespace: "telephony"
48 description: "Force networks that have PRIORITIZE_BANDWIDTH or PRIORITIZE_LATENCY to be metered."
49 bug: "301310451"
Sarah Chin578eb602023-10-23 17:55:35 -070050 }
51
52flag {
53 name: "slicing_additional_error_codes"
54 namespace: "telephony"
55 description: "Support additional slicing error codes and functionality."
56 bug: "307378699"
Jack Yub86d67f2023-10-26 14:35:18 -070057}
Nagendra Prasad Nagarle Basavarajub3eda372023-10-23 06:16:30 +000058
59flag {
60 name: "apn_setting_field_support_flag"
61 namespace: "telephony"
62 description: "Expose apn setting supporting field"
63 bug: "307038091"
64}
sangyunf6feb7c2023-10-10 04:42:56 +090065
66flag {
67 name: "network_validation"
68 namespace: "telephony"
69 description: "Request network validation for data networks and response status."
70 bug:"286171724"
71}
72
Nagendra Prasad Nagarle Basavaraju55254f22023-11-14 14:33:40 +000073flag {
74 name: "notify_data_activity_changed_with_slot"
75 namespace: "telephony"
76 description: "notify data activity changed for slot id"
77 bug: "309896936"
78}