Skip to content

Commit 5da1684

Browse files
authored
Merge pull request kivy#2367 from obfusk/patch-10
support activity_launch_mode in webview bootstrap
2 parents 53081b8 + 0c7d273 commit 5da1684

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
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" />

0 commit comments

Comments
 (0)