1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-31 07:04:17 +00:00

Fix incorrect min_apk_version setting in adobereader and googleplaybooks

This commit is contained in:
James Hartley
2016-11-07 15:42:38 +00:00
parent d56f581a0a
commit 359d9d3e5f
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ class Googleplaybooks(AndroidUxPerfWorkload):
name = 'googleplaybooks'
package = 'com.google.android.apps.books'
min_apk_verson = '3.9.37'
min_apk_version = '3.9.37'
activity = 'com.google.android.apps.books.app.BooksActivity'
view = [package + '/com.google.android.apps.books.app.HomeActivity',
package + '/com.android.vending/com.google.android.finsky.activities.MainActivity',