You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
I've stopped all my open-source work at the moment, so I won't be able to
test your PR. Just fork my repository. You can still create PR so I won't
forget about this.
On Wed, 25 Dec 2024, 11:23 MVoloshin71, ***@***.***> wrote:
@pelya <https://github.com/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?
—
Reply to this email directly, view it on GitHub
<#149>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABF5QASLMO33OORYMOFZXT2HJ2RRAVCNFSM6AAAAABUFY22YKVHI2DSMVQWIX3LMV43ASLTON2WKOZSG42TQNRWGU4TEMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
@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
The text was updated successfully, but these errors were encountered: