chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
703 stars 547 forks source link

PendingIntent Adjustment for android 31+ #492

Open ianmin2 opened 9 months ago

ianmin2 commented 9 months ago

When building for Android 31+ the pendingIntent.getActivity method requires an enum
PendingIntent.MUTABLE or PendingIntent.IMMUTABLE else there's a crash on app load.