Document -n option on intent specification.

Test: adb shell am|grep "\-n "
Bug: 74618452

Change-Id: I5bc86abdd1ce244aa91c0f1110e525778c1da39a
This commit is contained in:
Felipe Leme
2018-04-20 11:25:59 -07:00
parent 3f8884829f
commit 4e02e255d4

View File

@@ -6921,6 +6921,7 @@ public class Intent implements Parcelable, Cloneable {
"<INTENT> specifications include these flags and arguments:",
" [-a <ACTION>] [-d <DATA_URI>] [-t <MIME_TYPE>]",
" [-c <CATEGORY> [-c <CATEGORY>] ...]",
" [-n <COMPONENT_NAME>]",
" [-e|--es <EXTRA_KEY> <EXTRA_STRING_VALUE> ...]",
" [--esn <EXTRA_KEY> ...]",
" [--ez <EXTRA_KEY> <EXTRA_BOOLEAN_VALUE> ...]",