We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86d9ec commit f875791Copy full SHA for f875791
pythonforandroid/bootstraps/common/build/build.py
@@ -677,7 +677,9 @@ def parse_args(args=None):
677
'the appropriate environment variables.'))
678
ap.add_argument('--add-activity', dest='add_activity', action='append',
679
help='Add this Java class as an Activity to the manifest.')
680
- ap.add_argument('--activity-launch-mode', dest='activity_launch_mode',
+ ap.add_argument('--activity-launch-mode',
681
+ dest='activity_launch_mode',
682
+ default='singleTask',
683
help='Set the launch mode of the main activity in the manifest.')
684
ap.add_argument('--allow-backup', dest='allow_backup', default='true',
685
help="if set to 'false', then android won't backup the application.")
0 commit comments