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 6565 android : label =" @string/app_name"
6666 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 %}"
6767 android : screenOrientation =" {{ args.orientation }}"
68+ {% if args.activity_launch_mode %}
69+ android : launchMode =" {{ args.activity_launch_mode }}"
70+ {% endif %}
6871 >
6972 <intent-filter >
7073 <action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments