Closed chougron closed 5 months ago
@odemolliens after testing, it seems this is correcting the issue on Android14. I couldn't test with previous versions.
@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
Setting
PendingIntent.FLAG_IMMUTABLE
instead ofPendingIntent.FLAG_MUTABLE
is correcting the issue https://github.com/odemolliens/react-native-sim-cards-manager/issues/73 on Android14.