Skip to content

Commit 1ce75cd

Browse files
committed
Merge pull request kivy#118 from bob-the-hamster/intent-filters-doc-fix
Clarify the documentation about how to use --intent-filters argument
2 parents 64374db + de4f392 commit 1ce75cd

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
@@ -347,7 +347,7 @@ def make_package(args):
347347
ap.add_argument('--ouya-icon', dest='ouya_icon', help='A png file to use as the icon for the application if it is installed on an OUYA console.')
348348
ap.add_argument('--install-location', dest='install_location', default='auto', help='The default install location. Should be "auto", "preferExternal" or "internalOnly".')
349349
ap.add_argument('--compile-pyo', dest='compile_pyo', action='store_true', help='Compile all .py files to .pyo, and only distribute the compiled bytecode.')
350-
ap.add_argument('--intent-filters', dest='intent_filters', help='Add intent-filters xml rules to AndroidManifest.xml')
350+
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')
351351
ap.add_argument('--blacklist', dest='blacklist',
352352
default=join(curdir, 'blacklist.txt'),
353353
help='Use a blacklist file to match unwanted file in the final APK')

0 commit comments

Comments
 (0)