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

[enhancement] Ability to target API Level 33 (Android 13) #149

Open
MVoloshin71 opened this issue Dec 25, 2024 · 2 comments
Open

[enhancement] Ability to target API Level 33 (Android 13) #149

MVoloshin71 opened this issue Dec 25, 2024 · 2 comments

Comments

@MVoloshin71
Copy link

MVoloshin71 commented Dec 25, 2024

@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

@pelya
Copy link
Owner

pelya commented Dec 25, 2024 via email

@MVoloshin
Copy link

#151

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