Skip to content

Commit de4f392

Browse files
Clarify the documentation about how to use --intent-filters argument
1 parent b3bafeb commit de4f392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def make_package(args):
331331
ap.add_argument('--presplash', dest='presplash', help='A jpeg file to use as a screen while the application is loading.')
332332
ap.add_argument('--install-location', dest='install_location', default='auto', help='The default install location. Should be "auto", "preferExternal" or "internalOnly".')
333333
ap.add_argument('--compile-pyo', dest='compile_pyo', action='store_true', help='Compile all .py files to .pyo, and only distribute the compiled bytecode.')
334-
ap.add_argument('--intent-filters', dest='intent_filters', help='Add intent-filters xml rules to AndroidManifest.xml')
334+
ap.add_argument('--intent-filters', dest='intent_filters', help='Add intent-filters xml rules to the AndroidManifest.xml file. The argument is a filename containing xml. The filename should be located relative to the python-for-android directory')
335335
ap.add_argument('--blacklist', dest='blacklist',
336336
default=join(curdir, 'blacklist.txt'),
337337
help='Use a blacklist file to match unwanted file in the final APK')

0 commit comments

Comments
 (0)