Nagendra Prasad Nagarle Basavaraju | b95b9fd | 2023-09-21 15:07:21 +0000 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
Yu Liu | a20df18 | 2024-03-26 22:39:02 +0000 | [diff] [blame] | 2 | container: "system" |
Nagendra Prasad Nagarle Basavaraju | e9ff24a | 2023-11-08 08:34:26 +0000 | [diff] [blame] | 3 | |
Jayachandran C | 5556feb | 2024-03-13 21:57:01 +0000 | [diff] [blame] | 4 | # OWNER=jayachandranc TARGET=24Q3 |
Nagendra Prasad Nagarle Basavaraju | e9ff24a | 2023-11-08 08:34:26 +0000 | [diff] [blame] | 5 | flag { |
| 6 | name: "esim_bootstrap_provisioning_flag" |
| 7 | namespace: "telephony" |
| 8 | description: "This flag controls eSIM Bootstrap provisioning feature support." |
| 9 | bug:"298567545" |
| 10 | } |
Jayachandran C | 5556feb | 2024-03-13 21:57:01 +0000 | [diff] [blame] | 11 | |
| 12 | # OWNER=arunvoddu TARGET=24Q3 |
arunvoddu | c634179 | 2023-10-11 12:47:51 +0000 | [diff] [blame] | 13 | flag { |
| 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" |
arunvoddu | 3f28947 | 2023-11-28 07:48:12 +0000 | [diff] [blame] | 18 | } |
Jayachandran C | 5556feb | 2024-03-13 21:57:01 +0000 | [diff] [blame] | 19 | |
arunvoddu | b7972bd | 2024-05-23 17:24:53 +0000 | [diff] [blame] | 20 | # OWNER=arunvoddu TARGET=24Q4 |
arunvoddu | 3f28947 | 2023-11-28 07:48:12 +0000 | [diff] [blame] | 21 | flag { |
| 22 | name: "carrier_restriction_status" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 23 | is_exported: true |
arunvoddu | 3f28947 | 2023-11-28 07:48:12 +0000 | [diff] [blame] | 24 | namespace: "telephony" |
arunvoddu | 33145f7 | 2023-12-20 17:52:12 +0000 | [diff] [blame] | 25 | description: "This flag controls the visibility of the getCarrierRestrictionStatus in carrierRestrictionRules class." |
arunvoddu | 3f28947 | 2023-11-28 07:48:12 +0000 | [diff] [blame] | 26 | bug:"313553044" |
arunvoddu | 33145f7 | 2023-12-20 17:52:12 +0000 | [diff] [blame] | 27 | } |
Jayachandran C | 5556feb | 2024-03-13 21:57:01 +0000 | [diff] [blame] | 28 | |
| 29 | # OWNER=arunvoddu TARGET=24Q3 |
arunvoddu | 33145f7 | 2023-12-20 17:52:12 +0000 | [diff] [blame] | 30 | flag { |
| 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 Silva | 0f42ba3 | 2024-01-22 03:31:58 +0000 | [diff] [blame] | 35 | } |
Jayachandran C | 5556feb | 2024-03-13 21:57:01 +0000 | [diff] [blame] | 36 | |
| 37 | # OWNER=rafahs TARGET=24Q3 |
Rafael Higuera Silva | 0f42ba3 | 2024-01-22 03:31:58 +0000 | [diff] [blame] | 38 | flag { |
| 39 | name: "esim_available_memory" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 40 | is_exported: true |
Rafael Higuera Silva | 0f42ba3 | 2024-01-22 03:31:58 +0000 | [diff] [blame] | 41 | namespace: "telephony" |
| 42 | description: "This flag controls eSIM available memory feature." |
| 43 | bug:"318348580" |
| 44 | } |
rambowang | 5510b02 | 2024-04-17 16:27:20 -0500 | [diff] [blame] | 45 | |
arunvoddu | b7972bd | 2024-05-23 17:24:53 +0000 | [diff] [blame] | 46 | # OWNER=arunvoddu TARGET=24Q4 |
| 47 | flag { |
| 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 Kongstad | b526760 | 2024-11-28 07:58:20 +0000 | [diff] [blame] | 52 | is_exported: true |
arunvoddu | b7972bd | 2024-05-23 17:24:53 +0000 | [diff] [blame] | 53 | } |
Huilong Yin | 3204b0e | 2024-07-09 16:50:51 +0800 | [diff] [blame] | 54 | |
| 55 | # OWNER=arunvoddu TARGET=24Q4 |
| 56 | flag { |
| 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 Wang | 6e15688 | 2024-08-14 20:35:18 +0000 | [diff] [blame] | 65 | |
| 66 | # OWNER=mewan TARGET=24Q4 |
| 67 | flag { |
| 68 | name: "optimization_apdu_sender" |
| 69 | namespace: "telephony" |
| 70 | description: "This flag controls optimization of apdu sender class." |
| 71 | bug:"335257880" |
| 72 | } |
arunvoddu | b488855 | 2024-09-24 12:03:50 +0000 | [diff] [blame] | 73 | |
| 74 | # OWNER=arunvoddu TARGET=24Q4 |
| 75 | flag { |
| 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 | } |
Junho | e64a212 | 2024-09-10 02:54:28 +0000 | [diff] [blame] | 83 | } |
| 84 | |
| 85 | # OWNER=jhyoon TARGET=25Q2 |
| 86 | flag { |
| 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 Kongstad | b526760 | 2024-11-28 07:58:20 +0000 | [diff] [blame] | 91 | is_exported: true |
Junho | e64a212 | 2024-09-10 02:54:28 +0000 | [diff] [blame] | 92 | } |
jinjeong | afc9001 | 2024-11-15 08:09:55 +0000 | [diff] [blame] | 93 | |
| 94 | # OWNER=jinjeong TARGET=25Q2 |
| 95 | flag { |
| 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 Kongstad | b526760 | 2024-11-28 07:58:20 +0000 | [diff] [blame] | 100 | is_exported: true |
jinjeong | afc9001 | 2024-11-15 08:09:55 +0000 | [diff] [blame] | 101 | } |
TAKAHASHI Uichiro | 3c5232c | 2022-08-29 16:13:38 +0900 | [diff] [blame] | 102 | |
| 103 | # OWNER=arunvoddu TARGET=25Q2 |
| 104 | flag { |
| 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 | } |
jinjeong | 9cccd3b | 2024-11-27 05:12:17 +0000 | [diff] [blame] | 113 | |
| 114 | # OWNER=jinjeong TARGET=25Q2 |
| 115 | flag { |
| 116 | name: "get_group_id_level2" |
| 117 | namespace: "telephony" |
| 118 | description: "This flag controls to get a group id level2." |
| 119 | bug:"381171540" |
| 120 | } |
jinjeong | 8215b53 | 2024-11-28 02:28:45 +0000 | [diff] [blame] | 121 | |
| 122 | # OWNER=jinjeong TARGET=25Q2 |
| 123 | flag { |
| 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 | } |