File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pythonforandroid/bootstraps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
64
64
<activity android : name =" org.kivy.android.PythonActivity"
65
65
android : label =" @string/app_name"
66
- android : configChanges =" keyboardHidden|orientation"
66
+ android : configChanges =" keyboardHidden|orientation{% if args.min_sdk_version >= 13 %}|screenSize{% endif %} "
67
67
android : screenOrientation =" {{ args.orientation }}"
68
68
>
69
69
<intent-filter >
Original file line number Diff line number Diff line change 57
57
58
58
<activity android : name =" org.kivy.android.PythonActivity"
59
59
android : label =" @string/app_name"
60
- android : configChanges =" keyboardHidden|orientation"
60
+ android : configChanges =" keyboardHidden|orientation{% if args.min_sdk_version >= 13 %}|screenSize{% endif %} "
61
61
android : screenOrientation =" {{ args.orientation }}"
62
62
>
63
63
<intent-filter >
You can’t perform that action at this time.
0 commit comments