8000
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.
2 parents fd3e844 + f875791 commit 603f8d9Copy full SHA for 603f8d9
pythonforandroid/bootstraps/common/build/build.py
@@ -683,7 +683,9 @@ def parse_args(args=None):
683
'the appropriate environment variables.'))
684
ap.add_argument('--add-activity', dest='add_activity', action='append',
685
help='Add this Java class as an Activity to the manifest.')
686
- ap.add_argument('--activity-launch-mode', dest='activity_launch_mode',
+ ap.add_argument('--activity-launch-mode',
687
+ dest='activity_launch_mode',
688
+ default='singleTask',
689
help='Set the launch mode of the main activity in the manifest.')
690
ap.add_argument('--allow-backup', dest='allow_backup', default='true',
691
help="if set to 'false', then android won't backup the application.")
0 commit comments