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 d891395 commit 9a036bbCopy full SHA for 9a036bb
pythonforandroid/bootstraps/sdl2/build/build.py
@@ -333,6 +333,9 @@ def parse_args(args=None):
333
ap.add_argument('--presplash', dest='presplash',
334
help=('A jpeg file to use as a screen while the '
335
'application is loading.'))
336
+ ap.add_argument('--wakelock', dest='wakelock', action='store_true',
337
+ help=('Indicate if the application needs the device '
338
+ 'to stay on'))
339
340
if args is None:
341
args = sys.argv[1:]
0 commit comments