bhandaribhumin opened a new issue, #1469:
URL: https://github.com/apache/cordova-android/issues/1469
# Bug Report
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or
FLAG_MUTABLE be specified when creating a PendingIntent.
## Problem
Application crash on startup
### What is expected to happen?
Application should work after change Cordova-android-11 with target sdk 32
### What does actually happen?
Application crash on startup
## Fixed using
After add `implementation 'androidx.work:work-runtime:2.7.0-alpha05'` to
cordovaLib-> build.gradle file application works
### Version information
```
Ionic:
Ionic CLI : 6.20.1
(/Users/bhuminbhandari/.nvm/versions/node/v14.15.4/lib/node_modules/@ionic/cli)
Ionic Framework : ionic-angular 3.9.10
@ionic/app-scripts : 3.2.3
Cordova:
Cordova CLI : 11.0.0
Cordova Platforms : android 11.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0,
cordova-plugin-ionic-webview 5.0.0, (and 22 other plugins)
Utility:
cordova-res (update available: 0.15.4) : 0.15.0
native-run : 1.6.0
System:
Android SDK Tools : 26.1.1 (/Users/bhuminbhandari/Library/Android/sdk)
ios-sim : 8.0.2
NodeJS : v14.15.4
(/Users/bhuminbhandari/.nvm/versions/node/v14.15.4/bin/node)
npm : 6.14.10
OS : macOS Monterey
Xcode : Xcode 13.4.1 Build version 13F100
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]