Skip to content

Commit

Permalink
support activity_launch_mode in webview bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Dec 3, 2020
1 parent e62d33c commit 0c7d273
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
android:label="@string/app_name"
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 %}"
android:screenOrientation="{{ args.orientation }}"
{% if args.activity_launch_mode %}
android:launchMode="{{ args.activity_launch_mode }}"
{% endif %}
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 0c7d273

Please sign in to comment.