Closed chougron closed 5 months ago
Hey @chougron. I have seen your #74 but its closed now. Any reason? Not working/required?
I created it by error, I wanted to make it on my fork repo.
I tried setting the flag to IMMUTABLE
on my side, and I don't get an error anymore, but then nothing is happening, so I'm not sure if I'm missing something.
Merged. will be included in the next release. thank you @chougron !
I'm on Android 14 with a Xiaomi 12T Pro.
When trying to add an eSIM with the setupEsim method, I'm getting the following error :
In SimCardsManagerModule.java, I indeed see that the intent is created in the following way :
Is there a reason it is created with
FLAG_MUTABLE
? Can we change it toFLAG_IMMUTABLE
?