cordova-plugin-background-mode
cordova-plugin-background-mode copied to clipboard
Add FLAG_MUTABLE to pending intents for SDK 31 support
Added FLAG_MUTABLE to pending intents in order to avoid crashes on SDK 31
@katzer Please review and merge this. The plugin is broken with Android SDK >= 31.
This fixes the crashing on SDK >= 31. It should be merged!
Looking at the commit history, the last one was in 2019 so it is likely that this plugin is no longer being maintained.
Looking at the commit history, the last one was in 2019 so it is likely that this plugin is no longer being maintained.
Do you if we got some kind of alternative? I've been looking, but no luck yet
@ucielsola I forked the project and implemented the fix to use for now.