blob: 8561dacb20f1c411e19ea7a7ff9745217bd2610a [file] [log] [blame]
Nagendra Prasad Nagarle Basavarajub95b9fd2023-09-21 15:07:21 +00001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Nagendra Prasad Nagarle Basavarajue9ff24a2023-11-08 08:34:26 +00003
Jayachandran C5556feb2024-03-13 21:57:01 +00004# OWNER=jayachandranc TARGET=24Q3
Nagendra Prasad Nagarle Basavarajue9ff24a2023-11-08 08:34:26 +00005flag {
6 name: "esim_bootstrap_provisioning_flag"
7 namespace: "telephony"
8 description: "This flag controls eSIM Bootstrap provisioning feature support."
9 bug:"298567545"
10}
Jayachandran C5556feb2024-03-13 21:57:01 +000011
12# OWNER=arunvoddu TARGET=24Q3
arunvodduc6341792023-10-11 12:47:51 +000013flag {
14 name: "imsi_key_retry_download_on_phone_unlock"
15 namespace: "telephony"
16 description: "This flag controls to download the IMSI encryption keys after user unlocks the phone."
17 bug:"303780982"
arunvoddu3f289472023-11-28 07:48:12 +000018}
Jayachandran C5556feb2024-03-13 21:57:01 +000019
arunvoddub7972bd2024-05-23 17:24:53 +000020# OWNER=arunvoddu TARGET=24Q4
arunvoddu3f289472023-11-28 07:48:12 +000021flag {
22 name: "carrier_restriction_status"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000023 is_exported: true
arunvoddu3f289472023-11-28 07:48:12 +000024 namespace: "telephony"
arunvoddu33145f72023-12-20 17:52:12 +000025 description: "This flag controls the visibility of the getCarrierRestrictionStatus in carrierRestrictionRules class."
arunvoddu3f289472023-11-28 07:48:12 +000026 bug:"313553044"
arunvoddu33145f72023-12-20 17:52:12 +000027}
Jayachandran C5556feb2024-03-13 21:57:01 +000028
29# OWNER=arunvoddu TARGET=24Q3
arunvoddu33145f72023-12-20 17:52:12 +000030flag {
31 name: "carrier_restriction_rules_enhancement"
32 namespace: "telephony"
33 description: "This flag controls the new enhancements to the existing carrier restrictions rules"
34 bug:"317226653"
Rafael Higuera Silva0f42ba32024-01-22 03:31:58 +000035}
Jayachandran C5556feb2024-03-13 21:57:01 +000036
37# OWNER=rafahs TARGET=24Q3
Rafael Higuera Silva0f42ba32024-01-22 03:31:58 +000038flag {
39 name: "esim_available_memory"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000040 is_exported: true
Rafael Higuera Silva0f42ba32024-01-22 03:31:58 +000041 namespace: "telephony"
42 description: "This flag controls eSIM available memory feature."
43 bug:"318348580"
44}
rambowang5510b022024-04-17 16:27:20 -050045
arunvoddub7972bd2024-05-23 17:24:53 +000046# OWNER=arunvoddu TARGET=24Q4
47flag {
48 name: "set_carrier_restriction_status"
49 namespace: "telephony"
50 description: "This flag controls the visibility of the setCarrierRestrictionStatus API in carrierRestrictionRules class."
51 bug:"342411308"
Mårten Kongstadb5267602024-11-28 07:58:20 +000052 is_exported: true
arunvoddub7972bd2024-05-23 17:24:53 +000053}
Huilong Yin3204b0e2024-07-09 16:50:51 +080054
55# OWNER=arunvoddu TARGET=24Q4
56flag {
57 name: "uicc_app_count_check_to_create_channel"
58 namespace: "telephony"
59 description: "This flag controls to create the open channel when uicc application count is greater than 0."
60 bug:"349966950"
61 metadata {
62 purpose: PURPOSE_BUGFIX
63 }
64}
Meng Wang6e156882024-08-14 20:35:18 +000065
66# OWNER=mewan TARGET=24Q4
67flag {
68 name: "optimization_apdu_sender"
69 namespace: "telephony"
70 description: "This flag controls optimization of apdu sender class."
71 bug:"335257880"
72}
arunvoddub4888552024-09-24 12:03:50 +000073
74# OWNER=arunvoddu TARGET=24Q4
75flag {
76 name: "ignore_carrierid_reset_for_sim_removal"
77 namespace: "telephony"
78 description: "This flag controls the carrierId reset while imsi key deletion time upon sim ejection."
79 bug:"366178705"
80 metadata {
81 purpose: PURPOSE_BUGFIX
82 }
Junhoe64a2122024-09-10 02:54:28 +000083}
84
85# OWNER=jhyoon TARGET=25Q2
86flag {
87 name: "support_isim_record"
88 namespace: "telephony"
89 description: "This flag controls the type of API that retrieves ISIM records, either hidden or system type."
90 bug:"359721349"
Mårten Kongstadb5267602024-11-28 07:58:20 +000091 is_exported: true
Junhoe64a2122024-09-10 02:54:28 +000092}
jinjeongafc90012024-11-15 08:09:55 +000093
94# OWNER=jinjeong TARGET=25Q2
95flag {
96 name: "carrier_id_from_carrier_identifier"
97 namespace: "telephony"
98 description: "This flag controls to get a carrier id using a carrier identifier."
99 bug:"378778278"
Mårten Kongstadb5267602024-11-28 07:58:20 +0000100 is_exported: true
jinjeongafc90012024-11-15 08:09:55 +0000101}
TAKAHASHI Uichiro3c5232c2022-08-29 16:13:38 +0900102
103# OWNER=arunvoddu TARGET=25Q2
104flag {
105 name: "force_imsi_certificate_delete"
106 namespace: "telephony"
107 description: "This flag controls the IMSI certificate delete with out any condition."
108 bug:"235296888"
109 metadata {
110 purpose: PURPOSE_BUGFIX
111 }
112}
jinjeong9cccd3b2024-11-27 05:12:17 +0000113
114# OWNER=jinjeong TARGET=25Q2
115flag {
116 name: "get_group_id_level2"
117 namespace: "telephony"
118 description: "This flag controls to get a group id level2."
119 bug:"381171540"
120}
jinjeong8215b532024-11-28 02:28:45 +0000121
122# OWNER=jinjeong TARGET=25Q2
123flag {
124 name: "action_sim_preference_settings"
125 namespace: "telephony"
126 description: "This flag controls to launch sim preference page in Setting"
127 bug:"381319469"
128}