hanatharesh2712 / ionic-native-sms-retriever-plugin-master

Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
27 stars 18 forks source link

feat: fix android 14 app crash #43

Closed niceilm closed 2 months ago

niceilm commented 2 months ago

We had an app crash on Android 14 and fixed it.

As of Android 14, there is a mandatory flag in the receiver, so we added it.

Note: https://stackoverflow.com/questions/77235063/one-of-receiver-exported-or-receiver-not-exported-should-be-specified-when-a-rec

niceilm commented 2 months ago

@hanatharesh2712

Sorry, I was trying to keep my code styled and accidentally left out an import statement. I need to add the following so the build doesn't break Please fix this yourself

import android.os.Build;