TestLab icon indicating copy to clipboard operation
TestLab copied to clipboard

/sdcard/Android/data no longer accessible with api 30 (access denied)

Open Calcipox opened this issue 4 years ago • 2 comments

The location for xml result file is no more accessible due to new restriction added with api 30. The adb pull request will fail with a Permission Denied error. Would be handy to have an option to put it elsewhere on the device.

Calcipox avatar Jan 11 '21 16:01 Calcipox

Hi @Aarhun,

thanks for reporting that issue! I think I found a way to address it and allow users of the lib (as you suggested) to provide a custom path for the junit report files.

You'll hear back from me in a few days once I found a clean way to implement it in a backwards compatible way.

schroepf avatar Jan 20 '21 21:01 schroepf

Hi @schroepf did you have any chance to address this issue by allowing the users to provide a custom path? thanks :)

LinoPossamai avatar Jan 20 '23 10:01 LinoPossamai