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 6363
6464 <activity android : name =" org.kivy.android.PythonActivity"
6565 android : label =" @string/app_name"
66- android : configChanges =" keyboardHidden|orientation"
66+ android : configChanges =" keyboardHidden|orientation{% if args.min_sdk_version >= 13 %}|screenSize{% endif %} "
6767 android : screenOrientation =" {{ args.orientation }}"
6868 >
6969 <intent-filter >
Original file line number Diff line number Diff line change 5757
5858 <activity android : name =" org.kivy.android.PythonActivity"
5959 android : label =" @string/app_name"
60- android : configChanges =" keyboardHidden|orientation"
60+ android : configChanges =" keyboardHidden|orientation{% if args.min_sdk_version >= 13 %}|screenSize{% endif %} "
6161 android : screenOrientation =" {{ args.orientation }}"
6262 >
6363 <intent-filter >
You can’t perform that action at this time.
0 commit comments