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:
parent
0f7aff48cc
commit
9645b0a410
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user