1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-13 22:28:36 +00:00

Grant all permissions starting with 'android.permission'

- previously, anything after the first contiguous block is skipped
This commit is contained in:
muendelezaji 2016-05-22 23:37:10 +01:00
parent 0f7aff48cc
commit 9645b0a410

View File

@ -291,8 +291,6 @@ class ApkWorkload(Workload):
for line in lines:
if "android.permission." in line:
permissions.append(line.split(":")[0].strip())
else:
break
for permission in permissions:
# "Normal" Permisions are automatically granted and cannot be changed