skia2/platform_tools/android/skp_gen/apps/geniewidget.json
borenet 41cbf3f807 Add android_skp_capture.py, JSON file for geniewidget
The script runs through the directory of JSON files, capturing SKPs from
the apps specified by the JSON files.

BUG=skia:

Review URL: https://codereview.chromium.org/1483063006
2015-12-04 06:59:31 -08:00

16 lines
340 B
JSON

{
"name": "geniewidget",
"package": "com.google.android.apps.genie.geniewidget",
"activity": "com.google.android.apps.genie.geniewidget.activities.NewsActivity",
"app_launch_delay": 3,
"actions": [
{
"type": "drag",
"start": [600, 600],
"end": [10, 10],
"duration": 0.2,
"points": 10
}
]
}