File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
pythonforandroid/bootstraps/webview/build/templates Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 65
65
android : label =" @string/app_name"
66
66
android : configChanges =" mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode{% if args.min_sdk_version >= 8 %}|uiMode{% endif %}{% if args.min_sdk_version >= 13 %}|screenSize|smallestScreenSize{% endif %}{% if args.min_sdk_version >= 17 %}|layoutDirection{% endif %}{% if args.min_sdk_version >= 24 %}|density{% endif %}"
67
67
android : screenOrientation =" {{ args.orientation }}"
68
+ {% if args.activity_launch_mode %}
69
+ android : launchMode =" {{ args.activity_launch_mode }}"
70
+ {% endif %}
68
71
>
69
72
<intent-filter >
70
73
<action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments