TestLab
TestLab copied to clipboard
/sdcard/Android/data no longer accessible with api 30 (access denied)
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.
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.
Hi @schroepf did you have any chance to address this issue by allowing the users to provide a custom path? thanks :)