Closed shashanksavanth closed 7 months ago
Hello odemolliens, I am using ur library for Esim activation and installation , lately there was crash on Android 14 (Target SDK 34) where Android has enforced us to have this check when registering reciever and explicitly specify whether reciever is EXPORTED or NOT
is there any updates on this? I am also seeing issues on android
Thank you for the PR!
One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
This crash happens when target Android SDK is set to 34 (Android 14)