Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 761b8440 authored by Joe Malin's avatar Joe Malin Committed by Android Git Automerger
Browse files

am 9f187296: Merge "DOC CHANGE: Fix 4084450 monkeyrunner_concepts" into honeycomb

* commit '9f187296':
  DOC CHANGE: Fix 4084450 monkeyrunner_concepts
parents 0eb7b697 9f187296
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')