1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=nharold TARGET=24Q1
5flag {
6    name: "enable_carrier_config_n1_control_attempt2"
7    namespace: "telephony"
8    description: "enabling this flag allows KEY_CARRIER_NR_AVAILABILITIES_INT_ARRAY to control N1 mode enablement"
9    bug:"328848947"
10
11    metadata {
12        purpose: PURPOSE_BUGFIX
13    }
14}
15
16# OWNER=sarahchin TARGET=24Q1
17flag {
18  name: "hide_roaming_icon"
19  is_exported: true
20  namespace: "telephony"
21  description: "Allow carriers to hide the roaming (R) icon when roaming."
22  bug: "301467052"
23}
24
25# OWNER=cukie TARGET=24Q3
26flag {
27  name: "enable_identifier_disclosure_transparency"
28  is_exported: true
29  namespace: "telephony"
30  description: "Guards APIs for enabling and disabling identifier disclosure transparency"
31  bug: "276752426"
32}
33
34# OWNER=cukie TARGET=24Q3
35flag {
36  name: "enable_identifier_disclosure_transparency_unsol_events"
37  namespace: "telephony"
38  description: "Allows the framework to register for CellularIdentifierDisclosure events and emit notifications to the user about them"
39  bug: "276752426"
40}
41
42# OWNER=cukie TARGET=24Q3
43flag {
44  name: "enable_modem_cipher_transparency"
45  is_exported: true
46  namespace: "telephony"
47  description: "Guards APIs for enabling and disabling modem cipher transparency."
48  bug: "283336425"
49}
50
51# OWNER=cukie TARGET=24Q3
52flag {
53  name: "enable_modem_cipher_transparency_unsol_events"
54  namespace: "telephony"
55  description: "Allows the framework to register for SecurityAlgorithmChanged events and emit notifications to the user when a device is using null ciphers."
56  bug: "283336425"
57}
58
59# OWNER=songferngwang TARGET=24Q3
60flag {
61  name: "hide_prefer_3g_item"
62  is_exported: true
63  namespace: "telephony"
64  description: "Used in the Preferred Network Types menu to determine if the 3G option is displayed."
65  bug: "310639009"
66}
67
68# OWNER=sarahchin TARGET=24Q2
69flag {
70  name: "support_nr_sa_rrc_idle"
71  namespace: "telephony"
72  description: "Support RRC idle for NR SA."
73  bug: "298233308"
74}
75
76# OWNER=nharold TARGET=24Q3
77flag {
78  name: "network_registration_info_reject_cause"
79  is_exported: true
80  namespace: "telephony"
81  description: "Elevate NRI#getRejectCause from System to Public"
82  bug: "239730435"
83}
84
85# OWNER=sangyun TARGET=24Q3
86flag {
87    name: "backup_and_restore_for_enable_2g"
88    namespace: "telephony"
89    description: "Support backup & restore for allow 2g (setting) option."
90    bug:"314734614"
91    metadata {
92        purpose: PURPOSE_BUGFIX
93    }
94}
95
96