Fixed ImsiKey delete issue when pSim eject time.

Flag: EXEMPT bugfix
Bug: 366178705
Test: Verified Manually and atest verified
Flag: com.android.internal.telephony.flags.ignore_carrierid_reset_for_sim_removal
Change-Id: I3148a2c5fe92e18b8758deaa1c4fd0bc052a011c
diff --git a/flags/uicc.aconfig b/flags/uicc.aconfig
index 14341d9..ad0c59f 100644
--- a/flags/uicc.aconfig
+++ b/flags/uicc.aconfig
@@ -69,3 +69,14 @@
     description: "This flag controls optimization of apdu sender class."
     bug:"335257880"
 }
+
+# OWNER=arunvoddu TARGET=24Q4
+flag {
+    name: "ignore_carrierid_reset_for_sim_removal"
+    namespace: "telephony"
+    description: "This flag controls the carrierId reset while imsi key deletion time upon sim ejection."
+    bug:"366178705"
+    metadata {
+        purpose: PURPOSE_BUGFIX
+    }
+}
\ No newline at end of file