Merge "DOC CHANGE: Fix 4084450 monkeyrunner_concepts" into honeycomb

This commit is contained in:
Joe Malin
2011-03-11 13:08:59 -08:00
committed by Android (Google) Code Review

View File

@ -128,7 +128,7 @@ device.startActivity(component=runComponent)
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')