mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
AndroidWorkload: Added unchangeable android permissions
Some android permissions are categorized as 'unchangeable' so we don't need to try and set them.
This commit is contained in:
@@ -103,6 +103,24 @@ ANDROID_NORMAL_PERMISSIONS = [
|
||||
'UNINSTALL_SHORTCUT',
|
||||
]
|
||||
|
||||
ANDROID_UNCHANGEABLE_PERMISSIONS = [
|
||||
'USE_CREDENTIALS',
|
||||
'MANAGE_ACCOUNTS',
|
||||
'DOWNLOAD_WITHOUT_NOTIFICATION',
|
||||
'AUTHENTICATE_ACCOUNTS',
|
||||
'WRITE_SETTINGS',
|
||||
'WRITE_SYNC_STATS',
|
||||
'SUBSCRIBED_FEEDS_WRITE',
|
||||
'SUBSCRIBED_FEEDS_READ',
|
||||
'READ_PROFILE',
|
||||
'WRITE_MEDIA_STORAGE',
|
||||
'RESTART_PACKAGES',
|
||||
'MOUNT_UNMOUNT_FILESYSTEMS',
|
||||
'CLEAR_APP_CACHE',
|
||||
'GET_TASKS',
|
||||
]
|
||||
|
||||
|
||||
# Package versions that are known to have problems with AndroidUiAutoBenchmark workloads.
|
||||
# NOTE: ABI versions are not included.
|
||||
UNSUPPORTED_PACKAGES = {
|
||||
|
Reference in New Issue
Block a user