We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606e0da commit 5959815Copy full SHA for 5959815
1 file changed
pythonforandroid/bootstraps/common/build/build.py
@@ -515,6 +515,8 @@ def make_package(args):
515
516
# Render out android manifest:
517
manifest_path = "src/main/AndroidManifest.xml"
518
+ if args.extra_manifest_application_arguments:
519
+ args.extra_manifest_application_arguments = args.extra_manifest_application_arguments.strip("'")
520
render_args = {
521
"args": args,
522
"service": service,
0 commit comments