From 472fafa86c475f0b0748f399b4b48a238c287d7e Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Wed, 6 Jan 2016 21:25:49 -0500 Subject: [PATCH] Adds alternative method of opening the dev menu using `adb shell input keyevent 82` --- docs/RunningOnDeviceAndroid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RunningOnDeviceAndroid.md b/docs/RunningOnDeviceAndroid.md index 1b64faf22..845c91599 100644 --- a/docs/RunningOnDeviceAndroid.md +++ b/docs/RunningOnDeviceAndroid.md @@ -28,7 +28,7 @@ You can also iterate quickly on device using the development server. Follow one > Hint > -> Most modern android devices don't have a hardware menu button, which we use to trigger the developer menu. In that case you can shake the device to open the dev menu (to reload, debug, etc.) +> Most modern android devices don't have a hardware menu button, which we use to trigger the developer menu. In that case you can shake the device to open the dev menu (to reload, debug, etc.). Alternatively, you can run the command `adb shell input keyevent 82` to open the dev menu (82 being the [Menu](http://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_MENU) key code). ### Using adb reverse