Skip to content

Commit 7b4d8f7

Browse files
committed
Fine tuning
1 parent a410972 commit 7b4d8f7

File tree

1 file changed

+2
-3
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+2
-3
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -778,9 +778,8 @@ def create_argument_parser():
778778
'launcher, rather than a single app.'))
779779
ap.add_argument('--home-app', dest='home_app', action='store_true', default=False,
780780
help=('Turn your application into a home app (launcher)'))
781-
ap.add_argument('--display-cutout', dest='display_cutout', default='never',
782-
help=('Enables display-cutout (notch) to render where the front camera is on newer devices. '
783-
'Must have disabled fullscreen and display_cutout not set to never.'))
781+
ap.add_argument('--display-cutout', dest='display_cutout', default='never',
782+
help=('Enables display-cutout (notch) to render where the front camera is on newer devices. '))
784783
ap.add_argument('--permission', dest='permissions', action='append', default=[],
785784
help='The permissions to give this app.', nargs='+')
786785
ap.add_argument('--meta-data', dest='meta_data', action='append', default=[],

0 commit comments

Comments
 (0)