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

[AOSP] Migrate to GameActivity #1554

Merged
merged 1 commit into from
Oct 3, 2024
Merged

[AOSP] Migrate to GameActivity #1554

merged 1 commit into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. [AOSP] Migrate to GameActivity

    NativeActivity was the original choice for the Android activity for
    the AOSP port because it's a natural choice for an activity with
    native code. That was causing issues in MagicLeap2 because key
    strokes in external bluetooth keyboards were filtered out.
    
    By switching to GameActivity we can get rid of that limitation.
    The migration only required an small adjustment in the back button
    handling code because the onKeyUp() event for the back button was
    not triggering the onBackPressed() as it does in NativeActivity.
    svillar committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cda1b55 View commit details
    Browse the repository at this point in the history