From 895d25efcedf04db9629574bc005727a7c6bf0bb Mon Sep 17 00:00:00 2001 From: Jaewan Kim Date: Wed, 12 Aug 2015 11:03:55 -0700 Subject: [PATCH] Fix inconsistency between monkey documentation and code This has been an issue since Cupcake. Fixing documentation looks better not to affect existing tests. Bug: 22495550 Change-Id: I30bebfeb2e000b3155afa3f9cc55f5bad0a052bf --- docs/html/tools/help/monkey.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/tools/help/monkey.jd b/docs/html/tools/help/monkey.jd index 941f5d9696b0d..7c64830c1c8a3 100644 --- a/docs/html/tools/help/monkey.jd +++ b/docs/html/tools/help/monkey.jd @@ -130,7 +130,7 @@ movements, and an up event.) --pct-majornav <percent> Adjust percentage of "major" navigation events. (These are navigation events that will typically cause actions within your UI, such as -the center button in a 5-way pad, the back key, or the menu key.) +the center button in a 5-way pad or the menu key.)