Android: Fix immersive mode issue #98917
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR resolves this issue, but the exact cause remains unclear. Interestingly, this issue only seems to occur on older Android versions; so far, it’s reproducible on Android 10 and 11 but not on Android 14.
The issue is likely due to Android 10 and 11 handling immersive mode differently than Android 14. On these versions, the initial immersive mode activation may not fully take effect due to timing or UI initialization quirks, causing the system bars to reappear on the first screen touch.
This PR solves this issue by re-enabling the immersive mode
onGodotMainLoopStarted()
Test apk ARM64: Demo app.zip
Test apk ARM32: demo app (arm32).zip