odemolliens / react-native-sim-cards-manager

React Native plugin to manage Sim card(s) & eSim
MIT License
67 stars 29 forks source link

Create intent with FLAG_IMMUTABLE #74

Closed chougron closed 5 months ago

chougron commented 5 months ago

Setting PendingIntent.FLAG_IMMUTABLE instead of PendingIntent.FLAG_MUTABLE is correcting the issue https://github.com/odemolliens/react-native-sim-cards-manager/issues/73 on Android14.

chougron commented 5 months ago

@odemolliens after testing, it seems this is correcting the issue on Android14. I couldn't test with previous versions.

kenneth-rangel-1global commented 3 months ago

@chougron @odemolliens how are you handle when the user press the back button when the OS show the alert with the option to cancel or install esim? i am not able to detect that the user dismiss the alert with the back button