mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
fab6a977aa
Issue: For certain installation errors, it is possible for WA to incorrectly report that an APK was reinstalled while it actually wasn't, leading to bugs later on in the run. Fix: - Add the '-r' flag to adb install when reinstalling, to make sure APK is replaced. - Add '-g' flag for API 23 and higher, to grant all permissions that would otherwise be requested at runtime (similar to pre-API 23)