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

Add screenSize to android:configChanges in AndroidManifest.xml if API >= 13 #956

Merged
merged 1 commit into from
Dec 13, 2016
Merged

Add screenSize to android:configChanges in AndroidManifest.xml if API >= 13 #956

merged 1 commit into from
Dec 13, 2016

Conversation

rnixx
Copy link
Member

@rnixx rnixx commented Dec 13, 2016

According to https://developer.android.com/guide/topics/manifest/activity-element.html#config -> orientation:

If your application targets API level 13 or higher (as declared by the minSdkVersion and targetSdkVersion attributes), then you should also declare the "screenSize" configuration, because it also changes when a device switches between portrait and landscape orientations.

If screenSize not given app freezes on orientation change.

@akshayaurora
Copy link
Member

👍

@akshayaurora akshayaurora merged commit ef6a2c5 into kivy:master Dec 13, 2016
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.

2 participants