1package: "com.android.internal.telephony.flags" 2container: "system" 3 4# OWNER=jayachandranc TARGET=24Q3 5flag { 6 name: "esim_bootstrap_provisioning_flag" 7 namespace: "telephony" 8 description: "This flag controls eSIM Bootstrap provisioning feature support." 9 bug:"298567545" 10} 11 12# OWNER=arunvoddu TARGET=24Q3 13flag { 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" 18} 19 20# OWNER=arunvoddu TARGET=24Q4 21flag { 22 name: "carrier_restriction_status" 23 is_exported: true 24 namespace: "telephony" 25 description: "This flag controls the visibility of the getCarrierRestrictionStatus in carrierRestrictionRules class." 26 bug:"313553044" 27} 28 29# OWNER=arunvoddu TARGET=24Q3 30flag { 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" 35} 36 37# OWNER=rafahs TARGET=24Q3 38flag { 39 name: "esim_available_memory" 40 is_exported: true 41 namespace: "telephony" 42 description: "This flag controls eSIM available memory feature." 43 bug:"318348580" 44} 45 46# 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" 52 is_exported: true 53} 54 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} 65 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} 73 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 } 83} 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" 91 is_exported: true 92} 93 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" 100 is_exported: true 101} 102 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} 113 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} 121 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} 129