am 7777fb04: Merge "DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc" into honeycomb

* commit '7777fb04f1bdb11628ef8978c42b14e51ebb9c56':
  DOC CHANGE: Fix bug 3416872 in MonkeyRunner doc
This commit is contained in:
Joe Malin
2011-02-08 16:58:22 -08:00
committed by Android Git Automerger

View File

@@ -117,7 +117,7 @@ device.startActivity(component='com.example.android.myapplication.MainActivity')
device.press('KEYCODE_MENU','DOWN_AND_UP')
# Takes a screenshot
result = device.takeSnapShot
result = device.takeSnapShot()
# Writes the screenshot to a file
result.writeToFile('myproject/shot1.png','png')