mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
efae2e8c32
Issue: On some devices, _grant_requested_permissions may throw an error when trying to grant permissions that were already granted at install time using 'adb install -g'. Fix: Surround permission grant method for API 23+ with try/except Issue: Currently, _grant_requested_permissions skips all lines after the first line not starting with 'android.permission'. This causes a problem for apps where some required permissions appear after a non-matching line e.g. Google Slides. Fix: Don't break on non-matching line until end of section is reached