Index: build/android/pylib/device/device_utils.py |
diff --git a/build/android/pylib/device/device_utils.py b/build/android/pylib/device/device_utils.py |
index 091bb8ed07e514c24718999a35dfb6440bc408d4..28fc64d59fe502a60f0c207e0da97d396aabf279 100644 |
--- a/build/android/pylib/device/device_utils.py |
+++ b/build/android/pylib/device/device_utils.py |
@@ -789,7 +789,7 @@ class DeviceUtils(object): |
def SendKeyEvent(self, keycode, timeout=None, retries=None): |
"""Sends a keycode to the device. |
- See: http://developer.android.com/reference/android/view/KeyEvent.html |
+ See the pylib.constants.keyevent module for suitable keycode values. |
Args: |
keycode: A integer keycode to send to the device. |