Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ionic Android 13 makeReadOnly java.io.IOException #484

Open
ltivig opened this issue Mar 6, 2023 · 3 comments
Open

Ionic Android 13 makeReadOnly java.io.IOException #484

ltivig opened this issue Mar 6, 2023 · 3 comments

Comments

@ltivig
Copy link

ltivig commented Mar 6, 2023

After upgrading to Android 13 the makeReadOnly either returns "java.io.IOException" error or nothing. It is working without any issue on devices running Android 7 to Android 12.

Any idea will be much appreciated.

Environment:
Ionic:

Ionic CLI : 6.20.8
Ionic Framework : @ionic/angular 5.9.4
@angular-devkit/build-angular : 0.901.15
@angular-devkit/schematics : 9.1.15
@angular/cli : 9.1.15
@ionic/angular-toolkit : 2.3.3

Cordova:

Cordova CLI : 11.1.0
Cordova Platforms : android 7.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 23 other plugins)

Utility:

cordova-res : not installed globally
native-run (update available: 1.7.1) : 1.5.0

System:

NodeJS : v12.19.0
npm : 6.14.8
OS : Windows 10

@Ravi2608
Copy link

Same issue with me also. @ltivig - did you found any solution for this?

@ltivig
Copy link
Author

ltivig commented Jul 11, 2023

Same issue with me also. @ltivig - did you found any solution for this?

No solution yet

@jams01
Copy link

jams01 commented Jan 15, 2024

Maybe too late but in folder ./capacitor-cordova-andorid-plugins/java/com/chariotsolutions.nfc.plugin/NfcPlugin.java change line 486
pendingIntent = PendingIntent.getActivity(activity, 0, intent, 0);
it should looks like
pendingIntent = PendingIntent.getActivity(activity, 0, intent, PendingIntent.FLAG_MUTABLE);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants