Skip to content

Add screenSize and screenLayout to android manifest - #1352

Merged
jperedadnr merged 1 commit into
gluonhq:masterfrom
jperedadnr:1351-androidconfig
May 6, 2026
Merged

Add screenSize and screenLayout to android manifest#1352
jperedadnr merged 1 commit into
gluonhq:masterfrom
jperedadnr:1351-androidconfig

Conversation

@jperedadnr

Copy link
Copy Markdown
Contributor

Issue

Fixes #1351

Progress

Copilot AI review requested due to automatic review settings May 6, 2026 08:06

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Android manifest to further restrict MainActivity recreation during runtime configuration changes (specifically orientation-related changes), aligning the project with Android’s documented guidance for handling Camera/orientation scenarios referenced in issue #1351.

Changes:

  • Expanded android:configChanges for com.gluonhq.helloandroid.MainActivity to include screenSize and screenLayout in addition to orientation and keyboardHidden.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jperedadnr
jperedadnr merged commit 67d4020 into gluonhq:master May 6, 2026
7 checks passed
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

Successfully merging this pull request may close these issues.

[Android] Restrict activity recreation after orientation changes

2 participants