@pelya , hello! I have a few fixes that I needed to run libSDL applications (for example, Bochs) while targeting API Level 33 (Android 13).
1st one adds FLAG_MUTABLE flag to PendingIntent's in project/java/DummyService.java
2nd adds MANAGE_EXTERNAL_STORAGE permission into AndroidManifestTemplate.xml
3rd adds requesting MANAGE_EXTERNAL_STORAGE permission for Android 11+ into project/java/MainActivity.java
Should I create a PR for that?
P.S. https://github.com/lubomyr and I previously worked on Bochs port to Android